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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 癰? | 111000011001111000111111 | e19e3f |
EUC-JP | 癰饈 | 1110000111111110100011111110100011101100 | e1fe8fe8ec |
UTF-8 | 癰饈 | 111001111001100110110000111010011010010110001000 | e799b0e9a588 |
UHC | 癰? | 111010001011100100111111 | e8b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)