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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 恁?錠?恁 | 1001110010001100001111111000111111111001001111111001110010001100 | 9c8c3f8ff93f9c8c |
EUC-JP | 恁?錠?恁 | 1101011111101100001111111011111011111011001111111101011111101100 | d7ec3fbefb3fd7ec |
UTF-8 | 恁렰錠렔恁 | 111001101000000110000001111010111010000010110000111010011000110010100000111010111010000010010100111001101000000110000001 | e68181eba0b0e98ca0eba094e68181 |
UHC | 恁렰錠렔恁 | 11101100111101101000111010111101111011111111110010001110101010011110110011110110 | ecf68ebdeffc8ea9ecf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)