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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 鴉??c^ | 111010011110101100111111001111110110001101011110 | e9eb3f3f635e |
EUC-JP | 鴉??c^ | 111100101110110100111111001111110110001101011110 | f2ed3f3f635e |
UTF-8 | 鴉덃뤍c^ | 1110100110110100100010011110101110001101100000111110101110100100100011010110001101011110 | e9b489eb8d83eba48d635e |
UHC | 鴉덃뤍c^ | 1110010010111100100010001110011010001111101111010110001101011110 | e4bc88e68fbd635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)