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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 娃??浴? | 10001000101000010011111100111111100101111000000100111111 | 88a13f3f97813f |
| EUC-JP | 娃??浴? | 10110000101000110011111100111111110011011110000100111111 | b0a33f3fcde13f |
| UTF-8 | 娃붹래浴덂 | 111001011010100010000011111010111011011010111001111010111001111010011000111001101011010110110100111010111000110110000010 | e5a883ebb6b9eb9e98e6b5b4eb8d82 |
| UHC | 娃붹래浴덂 | 11101000110111111001010011100110101101111010000111101001101100011000100011100101 | e8df94e6b7a1e9b188e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)