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疇 | 1110000101100101011010001110000101100101 | e16568e165 |
EUC-JP | 疇h疇 | 1110000111000110011010001110000111000110 | e1c668e1c6 |
UTF-8 | 疇h疇 | 11100111100101101000011101101000111001111001011010000111 | e7968768e79687 |
UHC | 疇h疇 | 1111000111000010011010001111000111000010 | f1c268f1c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)