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 | 精?媛肆憮 | 100100001011100000111111100101010101000111100011111001101001110011100001 | 90b83f9551e3e69ce1 |
| EUC-JP | 精?媛肆憮 | 110000001011101000111111110010011011001011100110111010001101100011100011 | c0ba3fc9b2e6e8d8e3 |
| UTF-8 | 精렋媛肆憮 | 111001111011001010111110111010111010000010001011111001011010101010011011111010001000001010000110111001101000011010101110 | e7b2beeba08be5aa9be88286e686ae |
| UHC | 精렋媛肆憮 | 11101111111100011000111010100010111010101011000011011110111010111101100111100100 | eff18ea2eab0deebd9e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)