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 | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 岫鵝BF | 100110111010101111101010010000000100001001000110 | 9babea404246 |
EUC-JP | 岫鵝BF | 110101101010110111110011101000010100001001000110 | d6adf3a14246 |
UTF-8 | 岫鵝BF | 1110010110110010101010111110100110110101100111010100001001000110 | e5b2abe9b59d4246 |
UHC | 岫鵝BF | 111000011111101111100100101111010100001001000110 | e1fbe4bd4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)