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 | Ù÷hÙ | 11011001111101110110100011011001 | d9f768d9 |
SJIS-WIN | ?÷h? | 0011111110000001100000000110100000111111 | 3f8180683f |
EUC-JP | Ù÷hÙ | 100011111010101011100011101000011110000001101000100011111010101011100011 | 8faae3a1e0688faae3 |
UTF-8 | Ù÷hÙ | 11000011100110011100001110110111011010001100001110011001 | c399c3b768c399 |
UHC | ?÷h? | 0011111110100001110000000110100000111111 | 3fa1c0683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)