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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 帝???齬 | 10010010111010010011111100111111001111111110101010010111 | 92e93f3f3fea97 |
EUC-JP | 帝???齬 | 11000100111010110011111100111111001111111111001111110111 | c4eb3f3f3ff3f7 |
UTF-8 | 帝펩렦렑齬 | 111001011011100010011101111011011000111010101001111010111010000010100110111010111010000010010001111010011011110110101100 | e5b89ded8ea9eba0a6eba091e9bdac |
UHC | 帝펩렦렑齬 | 11110000101010001100011011101001100011101011010110001110101001101110010111100001 | f0a8c6e98eb58ea6e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)