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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 濶ク辜機h | 1110100010001001101110001110011110000011100010110100000001101000 | e889b8e7838b4068 |
EUC-JP | 濶ク辜機h | 111011111110100110001110101110001110110111100011101101011010000101101000 | efe98eb8ede3b5a168 |
UTF-8 | 濶ク辜機h | 11100110101111111011011011101111101111011011100011101000101111101001110011100110101010011001111101101000 | e6bfb6efbdb8e8be9ce6a99f68 |
UHC | ??辜機h | 00111111001111111100110111010000110100011010011001101000 | 3f3fcdd0d1a668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)