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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 獻獻B | 1110000011011001111000001101100101000010 | e0d9e0d942 |
EUC-JP | 獻獻B | 1110000011011011111000001101101101000010 | e0dbe0db42 |
UTF-8 | 獻獻B | 11100111100011011011101111100111100011011011101101000010 | e78dbbe78dbb42 |
UHC | 獻獻B | 1111101011001100111110101100110001000010 | faccfacc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)