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 | ??拔?? | 001111110011111110011101010101010011111100111111 | 3f3f9d553f3f |
EUC-JP | ??拔?? | 001111110011111111011001101101100011111100111111 | 3f3fd9b63f3f |
UTF-8 | 룶웩拔씖핊 | 111010111010001110110110111011001001101110101001111001101000101110010100111011001001010010010110111011011001010110001010 | eba3b6ec9ba9e68b94ec9496ed958a |
UHC | 룶웩拔씖핊 | 10001111101010111100000010100001110110101111101110011101101010111100000010001111 | 8fabc0a1dafb9dabc08f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)