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äÞ | 1110010010011010100100001000111110001111010100001110010011011110 | e49a908f8f50e4de |
SJIS-WIN | ?????P?? | 0011111100111111001111110011111100111111010100000011111100111111 | 3f3f3f3f3f503f3f |
EUC-JP | ä????PäÞ | 1000111110101011101000110011111100111111001111110011111101010000100011111010101110100011100011111010100110110000 | 8faba33f3f3f3f508faba38fa9b0 |
UTF-8 | äPäÞ | 110000111010010011000010100110101100001010010000110000101000111111000010100011110101000011000011101001001100001110011110 | c3a4c29ac290c28fc28f50c3a4c39e |
UHC | ?????P?Þ | 001111110011111100111111001111110011111101010000001111111010100010101101 | 3f3f3f3f3f503fa8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)