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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 第逗?? | 100100011110011010010000100000000011111100111111 | 91e690803f3f |
| EUC-JP | 第逗?? | 110000101110100010111111111000000011111100111111 | c2e8bfe03f3f |
| UTF-8 | 第逗렮펠 | 111001111010110010101100111010011000000010010111111010111010000010101110111011011000111010100000 | e7acace98097eba0aeed8ea0 |
| UHC | 第逗렮펠 | 1111000010101111110101001110100010001110101110111100011011100111 | f0afd4e88ebbc6e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)