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 | 齊?? | 11101010100011100011111100111111 | ea8e3f3f |
EUC-JP | 齊?雩 | 111100111110111000111111100011111110011011111010 | f3ee3f8fe6fa |
UTF-8 | 齊렦雩 | 111010011011110110001010111010111010000010100110111010011001101110101001 | e9bd8aeba0a6e99ba9 |
UHC | 齊렦雩 | 111100001011101010001110101101011110100111101100 | f0ba8eb5e9ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)