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 | 湿柴湿璽韆 | 10001110101111001000111011000100100011101011110010001110101000111110100011100110 | 8ebc8ec48ebc8ea3e8e6 |
| EUC-JP | 湿柴湿璽韆 | 10111100101111101011110011000110101111001011111010111100101001011111000011101000 | bcbebcc6bcbebca5f0e8 |
| UTF-8 | 湿柴湿璽韆 | 111001101011100110111111111001101001111110110100111001101011100110111111111001111001001010111101111010011001111110000110 | e6b9bfe69fb4e6b9bfe792bde99f86 |
| UHC | ?柴?璽韆 | 0011111111100011110000110011111111011111110111101111010011000111 | 3fe3c33fdfdef4c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)