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 | 廛???] | 100111000100010000111111001111110011111101011101 | 9c443f3f3f5d |
EUC-JP | 廛???] | 110101111010010100111111001111110011111101011101 | d7a53f3f3f5d |
UTF-8 | 廛ㅾ렋렧] | 11100101101110111001101111100011100001011011111011101011101000001000101111101011101000001010011101011101 | e5bb9be385beeba08beba0a75d |
UHC | 廛ㅾ렋렧] | 111011101111100010100100111011101000111010100010100011101011011001011101 | eef8a4ee8ea28eb65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)