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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 豸迎逶夜區逶 | 111001101011011010001100011111011110011110011011100101101110100110011001101111011110011110011011 | e6b68c7de79b96e999bde79b |
| EUC-JP | 豸迎逶夜區逶 | 111011001011100010110111110111101110110111111011110011001110101111010010101111111110110111111011 | ecb8b7deedfbccebd2bfedfb |
| UTF-8 | 豸迎逶夜區逶 | 111010001011000110111000111010001011111110001110111010011000000010110110111001011010010010011100111001011000110110000000111010011000000010110110 | e8b1b8e8bf8ee980b6e5a49ce58d80e980b6 |
| UHC | ?迎?夜區? | 001111111110011111001010001111111110010110101000110011111010000100111111 | 3fe7ca3fe5a8cfa13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)