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隲 | 1110100010101011011010001110100010101011 | e8ab68e8ab |
EUC-JP | 隲h隲 | 1111000010101101011010001111000010101101 | f0ad68f0ad |
UTF-8 | 隲h隲 | 11101001100110101011001001101000111010011001101010110010 | e99ab268e99ab2 |
UHC | ?h? | 001111110110100000111111 | 3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)