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 | ?G?? | 00111111010001110011111100111111 | 3f473f3f |
SJIS-WIN | 衙G?? | 1110010111001001010001110011111100111111 | e5c9473f3f |
EUC-JP | 衙G?? | 1110101011001011010001110011111100111111 | eacb473f3f |
UTF-8 | 衙G롇렟 | 11101000101000011001100101000111111010111010000110000111111010111010000010011111 | e8a19947eba187eba09f |
UHC | 衙G롇렟 | 11100100101101110100011110001110110011011000111010110000 | e4b7478ecd8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)