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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蚯蚶羃 | 111001010111010011100101011100111110001110110000 | e574e573e3b0 |
EUC-JP | 蚯蚶羃 | 111010011101010111101001110101001110011010110010 | e9d5e9d4e6b2 |
UTF-8 | 蚯蚶羃 | 111010001001101010101111111010001001101010110110111001111011111010000011 | e89aafe89ab6e7be83 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)