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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 豎川鴎B | 11100110101100011001000011101100100010011010100001000010 | e6b190ec89a842 |
EUC-JP | 豎川鴎B | 11101100101100111100000011101110101100101010101001000010 | ecb3c0eeb2aa42 |
UTF-8 | 豎川鴎B | 11101000101100011000111011100101101101111001110111101001101101001000111001000010 | e8b18ee5b79de9b48e42 |
UHC | ?川?B | 0011111111110100101110010011111101000010 | 3ff4b93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)