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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬱逗??? | 10011111010101001001000010000000001111110011111100111111 | 9f5490803f3f3f |
EUC-JP | 鬱逗??? | 11011101101101011011111111100000001111110011111100111111 | ddb5bfe03f3f3f |
UTF-8 | 鬱逗렣렔柳 | 111010011010110010110001111010011000000010010111111010111010000010100011111010111010000010010100111011111010011110001001 | e9acb1e98097eba0a3eba094efa789 |
UHC | 鬱逗렣렔柳 | 11101010101001101101010011101000100011101011010010001110101010011110101011110111 | eaa6d4e88eb48ea9eaf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)