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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 娃???] | 100010001010000100111111001111110011111101011101 | 88a13f3f3f5d |
EUC-JP | 娃???] | 101100001010001100111111001111110011111101011101 | b0a33f3f3f5d |
UTF-8 | 娃쇡쇰뙓] | 11100101101010001000001111101100100001111010000111101100100001111011000011101011100110011001001101011101 | e5a883ec87a1ec87b0eb99935d |
UHC | 娃쇡쇰뙓] | 111010001101111110011001110011101011110011101011100011001001100001011101 | e8df99cebceb8c985d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)