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 | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
| SJIS-WIN | ??∵Z | 0011111100111111100000011110011001011010 | 3f3f81e65a |
| EUC-JP | ??∵Z | 0011111100111111101000101110100001011010 | 3f3fa2e85a |
| UTF-8 | 룴절∵Z | 11101011101000111011010011101100101000001000100011100010100010001011010101011010 | eba3b4eca088e288b55a |
| UHC | 룴절∵Z | 10001111101010011100000011111101101000011111000101011010 | 8fa9c0fda1f15a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)