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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 程?程?B | 10010010111101100011111110010010111101100011111101000010 | 92f63f92f63f42 |
EUC-JP | 程?程?B | 11000100111110000011111111000100111110000011111101000010 | c4f83fc4f83f42 |
UTF-8 | 程렡程렡B | 11100111101010001000101111101011101000001010000111100111101010001000101111101011101000001010000101000010 | e7a88beba0a1e7a88beba0a142 |
UHC | 程렡程렡B | 111011111110111110001110101100101110111111101111100011101011001001000010 | efef8eb2efef8eb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)