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 | 1000100011000000100010001100000001000010 | 88c088c042 |
EUC-JP | 安安B | 1011000011000010101100001100001001000010 | b0c2b0c242 |
UTF-8 | 安安B | 11100101101011101000100111100101101011101000100101000010 | e5ae89e5ae8942 |
UHC | 安安B | 1110010011001100111001001100110001000010 | e4cce4cc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)