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 | 拙???怡 | 10010000110110010011111100111111001111111001110001111101 | 90d93f3f3f9c7d |
EUC-JP | 拙???怡 | 11000000110110110011111100111111001111111101011111011110 | c0db3f3f3fd7de |
UTF-8 | 拙흑렪렮怡 | 111001101000101110011001111011011001110110010001111010111010000010101010111010111010000010101110111001101000000010100001 | e68b99ed9d91eba0aaeba0aee680a1 |
UHC | 拙흑렪렮怡 | 11110000111100001100100011100110100011101011100010001110101110111110110010101110 | f0f0c8e68eb88ebbecae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)