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蘊? | 11100101010111010011111101101000111001010101110100111111 | e55d3f68e55d3f |
EUC-JP | 蘊?h蘊? | 11101001101111100011111101101000111010011011111000111111 | e9be3f68e9be3f |
UTF-8 | 蘊갟h蘊갟 | 11101000100110001000101011101010101100001001111101101000111010001001100010001010111010101011000010011111 | e8988aeab09f68e8988aeab09f |
UHC | 蘊갟h蘊갟 | 111010001011001110000001010011000110100011101000101100111000000101001100 | e8b3814c68e8b3814c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)