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 | 鼠?? | 10010001011011000011111100111111 | 916c3f3f |
EUC-JP | 鼠?? | 11000001110011010011111100111111 | c1cd3f3f |
UTF-8 | 鼠렫렎 | 111010011011110010100000111010111010000010101011111010111010000010001110 | e9bca0eba0abeba08e |
UHC | 鼠렫렎 | 111000001010100110001110101110011000111010100100 | e0a98eb98ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)