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 | 0011111100111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f3f5442 |
SJIS-WIN | 瀞?????TB | 100100111101001000111111001111110011111100111111001111110101010001000010 | 93d23f3f3f3f3f5442 |
EUC-JP | 瀞?????TB | 110001101101010000111111001111110011111100111111001111110101010001000010 | c6d43f3f3f3f3f5442 |
UTF-8 | 瀞렱롋뀌렢렩TB | 1110011110000000100111101110101110100000101100011110101110100001100010111110101110000000100011001110101110100000101000101110101110100000101010010101010001000010 | e7809eeba0b1eba18beb808ceba0a2eba0a95442 |
UHC | 瀞렱롋뀌렢렩TB | 1110111111100111100011101011111010001110110100011011001011101110100011101011001110001110101101110101010001000010 | efe78ebe8ed1b2ee8eb38eb75442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)