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 | ??g??S | 001111110011111101100111001111110011111101010011 | 3f3f673f3f53 |
SJIS-WIN | 恁?g恁?S | 1001110010001100001111110110011110011100100011000011111101010011 | 9c8c3f679c8c3f53 |
EUC-JP | 恁?g恁?S | 1101011111101100001111110110011111010111111011000011111101010011 | d7ec3f67d7ec3f53 |
UTF-8 | 恁쿍g恁쿦S | 1110011010000001100000011110110010111111100011010110011111100110100000011000000111101100101111111010011001010011 | e68181ecbf8d67e68181ecbfa653 |
UHC | 恁쿍g恁쿦S | 11101100111101101011001101000010011001111110110011110110101100110101100001010011 | ecf6b34267ecf6b35853 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)