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 | ????稔 | 001111110011111100111111001111111001011010101011 | 3f3f3f3f96ab |
EUC-JP | ????稔 | 001111110011111100111111001111111100110010101101 | 3f3f3f3fccad |
UTF-8 | 溜잭렣렔稔 | 111011111010011110001011111011001001111010101101111010111010000010100011111010111010000010010100111001111010100010010100 | efa78bec9eadeba0a3eba094e7a894 |
UHC | 溜잭렣렔稔 | 11101010111111101100000011101000100011101011010010001110101010011110110011111001 | eafec0e88eb48ea9ecf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)