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 | ??K??KF | 00111111001111110100101100111111001111110100101101000110 | 3f3f4b3f3f4b46 |
SJIS-WIN | 嶸・K嶸・KF | 111110101011010010100101010010111111101010110100101001010100101101000110 | fab4a54bfab4a54b46 |
EUC-JP | 嶸・K嶸・KF | 10001111101110111111010010001110101001010100101110001111101110111111010010001110101001010100101101000110 | 8fbbf48ea54b8fbbf48ea54b46 |
UTF-8 | 嶸・K嶸・KF | 111001011011011010111000111011111011110110100101010010111110010110110110101110001110111110111101101001010100101101000110 | e5b6b8efbda54be5b6b8efbda54b46 |
UHC | 嶸?K嶸?KF | 111001111010111000111111010010111110011110101110001111110100101101000110 | e7ae3f4be7ae3f4b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)