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?? | 00111111010000100011111100111111 | 3f423f3f |
SJIS-WIN | 衙B?? | 1110010111001001010000100011111100111111 | e5c9423f3f |
EUC-JP | 衙B?? | 1110101011001011010000100011111100111111 | eacb423f3f |
UTF-8 | 衙B롇렟 | 11101000101000011001100101000010111010111010000110000111111010111010000010011111 | e8a19942eba187eba09f |
UHC | 衙B롇렟 | 11100100101101110100001010001110110011011000111010110000 | e4b7428ecd8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)