To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????TB | 00111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f5442 |
SJIS-WIN | 譽????TB | 1110011010100011001111110011111100111111001111110101010001000010 | e6a33f3f3f3f5442 |
EUC-JP | 譽????TB | 1110110010100101001111110011111100111111001111110101010001000010 | eca53f3f3f3f5442 |
UTF-8 | 譽김꽦歷촪TB | 1110100010101101101111011110101010111001100000001110101010111101101001101110111110100110100011001110110010110100101010100101010001000010 | e8adbdeab980eabda6efa68cecb4aa5442 |
UHC | 譽김꽦歷촪TB | 111001111110001010110001111010001000010010110001111001101011100010101100011010000101010001000010 | e7e2b1e884b1e6b8ac685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)