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 | 00111111001111110011111101111010 | 3f3f3f7a |
| SJIS-WIN | ???z | 00111111001111110011111101111010 | 3f3f3f7a |
| EUC-JP | ???z | 00111111001111110011111101111010 | 3f3f3f7a |
| UTF-8 | 챌짱혢z | 11101100101100011000110011101100101001111011000111101101100110001010001001111010 | ecb18ceca7b1ed98a27a |
| UHC | 챌짱혢z | 11000011101001111100001010101111110000101000101101111010 | c3a7c2afc28b7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)