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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | 鉥?鉥?B | 100011111110001111101000001111111000111111100011111010000011111101000010 | 8fe3e83f8fe3e83f42 |
UTF-8 | 鉥욙鉥욙B | 11101001100010011010010111101100100110101001100111101001100010011010010111101100100110101001100101000010 | e989a5ec9a99e989a5ec9a9942 |
UHC | 鉥욙鉥욙B | 111000101111110010011110111101001110001011111100100111101111010001000010 | e2fc9ef4e2fc9ef442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)