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 | ??KH | 00111111001111110100101101001000 | 3f3f4b48 |
SJIS-WIN | 巐ェKH | 1111101010110110101010100100101101001000 | fab6aa4b48 |
EUC-JP | 巐ェKH | 10001111101110111111100110001110101010100100101101001000 | 8fbbf98eaa4b48 |
UTF-8 | 巐ェKH | 1110010110110111100100001110111110111101101010100100101101001000 | e5b790efbdaa4b48 |
UHC | ??KH | 00111111001111110100101101001000 | 3f3f4b48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)