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 | ??胥莎オ | 0011111100111111111000111110111111100100101100111000001101001001 | 3f3fe3efe4b38349 |
| EUC-JP | ??胥莎オ | 0011111100111111111001101111000111101000101101011010010110101010 | 3f3fe6f1e8b5a5aa |
| UTF-8 | 룴찼胥莎オ | 111010111010001110110100111011001011000010111100111010001000001110100101111010001000111010001110111000111000001010101010 | eba3b4ecb0bce883a5e88e8ee382aa |
| UHC | 룴찼胥莎オ | 10001111101010011100001110100001111000001010000111011110111011011010101110101010 | 8fa9c3a1e0a1deedabaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)