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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 膺??B | 1110010001011110001111110011111101000010 | e45e3f3f42 |
EUC-JP | 膺??B | 1110011110111111001111110011111101000010 | e7bf3f3f42 |
UTF-8 | 膺곗렟B | 11101000100001101011101011101010101100111001011111101011101000001001111101000010 | e886baeab397eba09f42 |
UHC | 膺곗렟B | 11101011111011001011000011101100100011101011000001000010 | ebecb0ec8eb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)