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 | 製??逗 | 100100001011101100111111001111111001000010000000 | 90bb3f3f9080 |
| EUC-JP | 製?祜逗 | 1100000010111101001111111000111111010000110110001011111111100000 | c0bd3f8fd0d8bfe0 |
| UTF-8 | 製렩祜逗 | 111010001010001110111101111010111010000010101001111001111010010110011100111010011000000010010111 | e8a3bdeba0a9e7a59ce98097 |
| UHC | 製렩祜逗 | 1111000010110010100011101011011111111011110101001101010011101000 | f0b28eb7fbd4d4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)