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 | ??uZ | 00111111001111110111010101011010 | 3f3f755a |
| SJIS-WIN | ?}uZ | 0011111110000001011100000111010101011010 | 3f8170755a |
| EUC-JP | ?}uZ | 0011111110100001110100010111010101011010 | 3fa1d1755a |
| UTF-8 | 룵}uZ | 1110101110100011101101011110111110111101100111010111010101011010 | eba3b5efbd9d755a |
| UHC | 룵}uZ | 100011111010101010100011111111010111010101011010 | 8faaa3fd755a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)