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 | 1110001001011000111001011100100001000010 | e258e5c842 |
EUC-JP | 禮衒B | 1110001110111001111010101100101001000010 | e3b9eaca42 |
UTF-8 | 禮衒B | 11100111101001101010111011101000101000011001001001000010 | e7a6aee8a19242 |
UHC | 禮衒B | 1101011011001001111110101110010101000010 | d6c9fae542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)