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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薐矩:諢 | 1110010101010010100010111110100110000001010001101110011010000100 | e5528be98146e684 |
EUC-JP | 薐矩:諢 | 1110100110110011101101101110101110100001101001111110101111100100 | e9b3b6eba1a7ebe4 |
UTF-8 | 薐矩:諢 | 111010001001011010010000111001111001111110101001111011111011110010011010111010001010101110100010 | e89690e79fa9efbc9ae8aba2 |
UHC | ?矩:? | 001111111100111110111011101000111011101000111111 | 3fcfbba3ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)