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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 衣??蟻?? | 1000100011011111001111110011111110001011011000010011111100111111 | 88df3f3f8b613f3f |
EUC-JP | 衣??蟻?? | 1011000011100001001111110011111110110101110000100011111100111111 | b0e13f3fb5c23f3f |
UTF-8 | 衣덃뺨蟻랟琉 | 111010001010000110100011111010111000110110000011111010111011101010101000111010001001111110111011111010111001111010011111111011111010011110001100 | e8a1a3eb8d83ebbaa8e89fbbeb9e9fefa78c |
UHC | 衣덃뺨蟻랟琉 | 111010111111110110001000111001101011101110110100111010111111110010001110010000011110101110100100 | ebfd88e6bbb4ebfc8e41eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)