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 | 癰? | 111000011111111000111111 | e1fe3f |
UTF-8 | 癰렾 | 111001111001100110110000111010111010000010111110 | e799b0eba0be |
UHC | 癰렾 | 11101000101110011000111011000110 | e8b98ec6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)