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 | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 巐楠嚠K | 11111010101101101001001111101101100110101000100001001011 | fab693ed9a884b |
EUC-JP | 巐楠嚠K | 1000111110111011111110011100011011101111110100111110100001001011 | 8fbbf9c6efd3e84b |
UTF-8 | 巐楠嚠K | 11100101101101111001000011100110101001011010000011100101100110101010000001001011 | e5b790e6a5a0e59aa04b |
UHC | ?楠?K | 0011111111010001111110000011111101001011 | 3fd1f83f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)