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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 喇律? | 1001101001101000100101111010010100111111 | 9a6897a53f |
| EUC-JP | 喇律珌 | 11010011110010011100111010100111100011111100101111101100 | d3c9cea78fcbec |
| UTF-8 | 喇律珌 | 111001011001011010000111111001011011111010001011111001111000111110001100 | e59687e5be8be78f8c |
| UHC | 喇律珌 | 110101001111101011010111110010001111100110110011 | d4fad7c8f9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)