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 | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | 中逢??h中 | 100100101000011010001000101001110011111100111111011010001001001010000110 | 928688a73f3f689286 |
EUC-JP | 中逢??h中 | 110000111110011010110000101010010011111100111111011010001100001111100110 | c3e6b0a93f3f68c3e6 |
UTF-8 | 中逢렰렫h中 | 11100100101110001010110111101001100000001010001011101011101000001011000011101011101000001010101101101000111001001011100010101101 | e4b8ade980a2eba0b0eba0ab68e4b8ad |
UHC | 中逢렰렫h中 | 1111000111101001110111001111000110001110101111011000111010111001011010001111000111101001 | f1e9dcf18ebd8eb968f1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)