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 | 100101000100011100111111001111111001010001000111001111110011111101000010 | 94473f3f94473f3f42 |
| EUC-JP | 濡??濡??B | 110001111010100000111111001111111100011110101000001111110011111101000010 | c7a83f3fc7a83f3f42 |
| UTF-8 | 濡뚮죶濡뚮죶B | 11100110101111111010000111101011100110101010111011101100101000111011011011100110101111111010000111101011100110101010111011101100101000111011011001000010 | e6bfa1eb9aaeeca3b6e6bfa1eb9aaeeca3b642 |
| UHC | 濡뚮죶濡뚮죶B | 11101011101000011000110011101011101000011001000011101011101000011000110011101011101000011001000001000010 | eba18ceba190eba18ceba19042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)