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 | ??郁?恁 | 00111111001111111000100011101000001111111001110010001100 | 3f3f88e83f9c8c |
EUC-JP | ??郁?恁 | 00111111001111111011000011101010001111111101011111101100 | 3f3fb0ea3fd7ec |
UTF-8 | 林렱郁렪恁 | 111011111010011110110100111010111010000010110001111010011000001110000001111010111010000010101010111001101000000110000001 | efa7b4eba0b1e98381eba0aae68181 |
UHC | 林렱郁렪恁 | 11101100111101111000111010111110111010011111010010001110101110001110110011110110 | ecf78ebee9f48eb8ecf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)