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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闍ウ騾ク驢徂 | 11101000100010111011001111101001100000001011100011101001100001101001110001101000 | e88bb3e980b8e9869c68 |
EUC-JP | 闍ウ騾ク驢徂 | 111011111110101110001110101100111111000111100000100011101011100011110001111001101101011111001001 | efeb8eb3f1e08eb8f1e6d7c9 |
UTF-8 | 闍ウ騾ク驢徂 | 111010011001011110001101111011111011110110110011111010011010100010111110111011111011110110111000111010011010100110100010111001011011111010000010 | e9978defbdb3e9a8beefbdb8e9a9a2e5be82 |
UHC | ????驢? | 00111111001111110011111100111111110101011111000000111111 | 3f3f3f3fd5f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)