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 | äPäø | 1110010010011010100100001000111110001111010100001110010011111000 | e49a908f8f50e4f8 |
SJIS-WIN | ?????P?? | 0011111100111111001111110011111100111111010100000011111100111111 | 3f3f3f3f3f503f3f |
EUC-JP | ä????Päø | 1000111110101011101000110011111100111111001111110011111101010000100011111010101110100011100011111010100111001100 | 8faba33f3f3f3f508faba38fa9cc |
UTF-8 | äPäø | 110000111010010011000010100110101100001010010000110000101000111111000010100011110101000011000011101001001100001110111000 | c3a4c29ac290c28fc28f50c3a4c3b8 |
UHC | ?????P?ø | 001111110011111100111111001111110011111101010000001111111010100110101010 | 3f3f3f3f3f503fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)