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 | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 飮ε?榮??E | 10011111010110101000001111000011001111111001111011000100001111110011111101000101 | 9f5a83c33f9ec43f3f45 |
EUC-JP | 飮ε?榮??E | 11011101101110111010011011000101001111111101110011000110001111110011111101000101 | ddbba6c53fdcc63f3f45 |
UTF-8 | 飮εㄽ榮놁댎E | 111010011010001110101110110011101011010111100011100001001011110111100110101001101010111011101011100001101000000111101011100011001000111001000101 | e9a3aeceb5e384bde6a6aeeb8681eb8c8e45 |
UHC | 飮εㄽ榮놁댎E | 11101011111001101010010111100101101001001010110111100111101101001000011011101100100010001011011101000101 | ebe6a5e5a4ade7b486ec88b745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)