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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 癰??BF | 111000011001111000111111001111110100001001000110 | e19e3f3f4246 |
EUC-JP | 癰??BF | 111000011111111000111111001111110100001001000110 | e1fe3f3f4246 |
UTF-8 | 癰귛넩BF | 1110011110011001101100001110101010110111100110111110101110000100101010010100001001000110 | e799b0eab79beb84a94246 |
UHC | 癰귛넩BF | 1110100010111001100000101110010110000110101010010100001001000110 | e8b982e586a94246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)