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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 鉥?? | 1000111111100011111010000011111100111111 | 8fe3e83f3f |
UTF-8 | 鉥꼩딺 | 111010011000100110100101111010101011110010101001111010111001010010111010 | e989a5eabca9eb94ba |
UHC | 鉥꼩딺 | 111000101111110010000100100001101000101101010011 | e2fc84868b53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)