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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 蒻?h蒻? | 11100100111010000011111101101000111001001110100000111111 | e4e83f68e4e83f |
EUC-JP | 蒻?h蒻? | 11101000111010100011111101101000111010001110101000111111 | e8ea3f68e8ea3f |
UTF-8 | 蒻퍵h蒻퍵 | 11101000100100101011101111101101100011011011010101101000111010001001001010111011111011011000110110110101 | e892bbed8db568e892bbed8db5 |
UHC | 蒻퍵h蒻퍵 | 111001011011011010111100010011000110100011100101101101101011110001001100 | e5b6bc4c68e5b6bc4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)