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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 蠑塑蠑礎E | 111001011011110010010001010110011110010110111100100100010110001001000101 | e5bc9159e5bc916245 |
EUC-JP | 蠑塑蠑礎E | 111010101011111011000001101110101110101010111110110000011100001101000101 | eabec1baeabec1c345 |
UTF-8 | 蠑塑蠑礎E | 11101000101000001001000111100101101000011001000111101000101000001001000111100111101001001000111001000101 | e8a091e5a191e8a091e7a48e45 |
UHC | ?塑?礎E | 00111111111000011011000100111111111101011010100001000101 | 3fe1b13ff5a845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)