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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 汁????? | 10001111011000000011111100111111001111110011111100111111 | 8f603f3f3f3f3f |
EUC-JP | 汁????? | 10111101110000010011111100111111001111110011111100111111 | bdc13f3f3f3f3f |
UTF-8 | 汁흘렕멱렣렡 | 111001101011000110000001111011011001110110011000111010111010000010010101111010111010100110110001111010111010000010100011111010111010000010100001 | e6b181ed9d98eba095eba9b1eba0a3eba0a1 |
UHC | 汁흘렕멱렣렡 | 111100011111000011001000111010101000111010101010101110001110100010001110101101001000111010110010 | f1f0c8ea8eaab8e88eb48eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)