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兀? | 10011001010110010011111101101000100110010101100100111111 | 99593f6899593f |
EUC-JP | 兀?h兀? | 11010001101110100011111101101000110100011011101000111111 | d1ba3f68d1ba3f |
UTF-8 | 兀뛎h兀뛎 | 11100101100001011000000011101011100110111000111001101000111001011000010110000000111010111001101110001110 | e58580eb9b8e68e58580eb9b8e |
UHC | 兀뛎h兀뛎 | 111010001011010010001101010011000110100011101000101101001000110101001100 | e8b48d4c68e8b48d4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)