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ä | 1110010011100011100100001000111110001111010100001110010010001011 | e4e3908f8f50e48b |
SJIS-WIN | ?????P?? | 0011111100111111001111110011111100111111010100000011111100111111 | 3f3f3f3f3f503f3f |
EUC-JP | äã???Pä? | 1000111110101011101000111000111110101011101010100011111100111111001111110101000010001111101010111010001100111111 | 8faba38fabaa3f3f3f508faba33f |
UTF-8 | äãPä | 110000111010010011000011101000111100001010010000110000101000111111000010100011110101000011000011101001001100001010001011 | c3a4c3a3c290c28fc28f50c3a4c28b |
UHC | ?????P?? | 0011111100111111001111110011111100111111010100000011111100111111 | 3f3f3f3f3f503f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)