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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 程?郵?財?E | 10010010111101100011111110010111010110000011111110001101111000000011111101000101 | 92f63f97583f8de03f45 |
EUC-JP | 程?郵?財?E | 11000100111110000011111111001101101110010011111110111010111000100011111101000101 | c4f83fcdb93fbae23f45 |
UTF-8 | 程렣郵렮財렗E | 11100111101010001000101111101011101000001010001111101001100000111011010111101011101000001010111011101000101100101010000111101011101000001001011101000101 | e7a88beba0a3e983b5eba0aee8b2a1eba09745 |
UHC | 程렣郵렮財렗E | 11101111111011111000111010110100111010011110100010001110101110111110111010101111100011101010110001000101 | efef8eb4e9e88ebbeeaf8eac45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)