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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 廛??] | 1001110001000100001111110011111101011101 | 9c443f3f5d |
EUC-JP | 廛??] | 1101011110100101001111110011111101011101 | d7a53f3f5d |
UTF-8 | 廛ㅿ캇] | 11100101101110111001101111100011100001011011111111101100101110101000011101011101 | e5bb9be385bfecba875d |
UHC | 廛ㅿ캇] | 11101110111110001010010011101111110001001011000101011101 | eef8a4efc4b15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)