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 | 汁???陰 | 10001111011000000011111100111111001111111000100101000001 | 8f603f3f3f8941 |
EUC-JP | 汁???陰 | 10111101110000010011111100111111001111111011000110100010 | bdc13f3f3fb1a2 |
UTF-8 | 汁희렲렏陰 | 111001101011000110000001111011011001110110101100111010111010000010110010111010111010000010001111111010011001100110110000 | e6b181ed9daceba0b2eba08fe999b0 |
UHC | 汁희렲렏陰 | 11110001111100001100100011110001100011101011111110001110101001011110101111100100 | f1f0c8f18ebf8ea5ebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)