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 | 酊??] | 1110011111000010001111110011111101011101 | e7c23f3f5d |
EUC-JP | 酊??] | 1110111011000100001111110011111101011101 | eec43f3f5d |
UTF-8 | 酊ㅿ캇] | 11101001100001011000101011100011100001011011111111101100101110101000011101011101 | e9858ae385bfecba875d |
UHC | 酊ㅿ캇] | 11101111111110001010010011101111110001001011000101011101 | eff8a4efc4b15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)