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 | 凹???蜈 | 10001001100110100011111100111111001111111110010110000101 | 899a3f3f3fe585 |
| EUC-JP | 凹???蜈 | 10110001111110100011111100111111001111111110100111100101 | b1fa3f3f3fe9e5 |
| UTF-8 | 凹둘됵펿蜈 | 111001011000011110111001111010111001000110011000111010111001000010110101111011011000111010111111111010001001110010001000 | e587b9eb9198eb90b5ed8ebfe89c88 |
| UHC | 凹둘됵펿蜈 | 11101000111010101011010111010001100010011110111110111100100011101110100010100101 | e8eab5d189efbc8ee8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)