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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 韃箚鰥 | 111010001110010111100010101100101110100111011011 | e8e5e2b2e9db |
EUC-JP | 韃箚鰥 | 111100001110011111100100101101001111001011011101 | f0e7e4b4f2dd |
UTF-8 | 韃箚鰥 | 111010011001111110000011111001111010111010011010111010011011000010100101 | e99f83e7ae9ae9b0a5 |
UHC | ?箚鰥 | 0011111111110011101100001111110010111111 | 3ff3b0fcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)