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 | çëã«ëä | 1110011111101011100011111110001110001110101010111110101111100100 | e7eb8fe38eabebe4 |
| SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
| EUC-JP | çë?ã??ëä | 100011111010101110101110100011111010101110110011001111111000111110101011101010100011111100111111100011111010101110110011100011111010101110100011 | 8fabae8fabb33f8fabaa3f3f8fabb38faba3 |
| UTF-8 | çëã«ëä | 11000011101001111100001110101011110000101000111111000011101000111100001010001110110000101010101111000011101010111100001110100100 | c3a7c3abc28fc3a3c28ec2abc3abc3a4 |
| UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)