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 | ??霽?? | 001111110011111111101000110001110011111100111111 | 3f3fe8c73f3f |
| EUC-JP | ??霽?? | 001111110011111111110000110010010011111100111111 | 3f3ff0c93f3f |
| UTF-8 | 솥셴霽솅셴 | 111011001000011010100101111011001000010110110100111010011001110010111101111011001000011010000101111011001000010110110100 | ec86a5ec85b4e99cbdec8685ec85b4 |
| UHC | 솥셴霽솅셴 | 10111100110111001011110011001111111100001011100010111100110100011011110011001111 | bcdcbccff0b8bcd1bccf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)