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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 助?????B | 1000111110010101001111110011111100111111001111110011111101000010 | 8f953f3f3f3f3f42 |
| EUC-JP | 助?????B | 1011110111110101001111110011111100111111001111110011111101000010 | bdf53f3f3f3f3f42 |
| UTF-8 | 助쾰렧꿱렜렡B | 11100101100010101010100111101100101111101011000011101011101000001010011111101010101111111011000111101011101000001001110011101011101000001010000101000010 | e58aa9ecbeb0eba0a7eabfb1eba09ceba0a142 |
| UHC | 助쾰렧꿱렜렡B | 11110000101111101100010011101011100011101011011010110010111010001000111010101110100011101011001001000010 | f0bec4eb8eb6b2e88eae8eb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)