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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | ?h? | 001111110110100000111111 | 3f683f |
EUC-JP | 炤h炤 | 10001111110010011101001001101000100011111100100111010010 | 8fc9d2688fc9d2 |
UTF-8 | 炤h炤 | 11100111100000101010010001101000111001111000001010100100 | e782a468e782a4 |
UHC | 炤h炤 | 1110000110111111011010001110000110111111 | e1bf68e1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)