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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謔滔秤 | 111001101000001010011111111010111001010010001001 | e6829feb9489 |
EUC-JP | 謔滔秤 | 111010111110001011011110111011011100011111101001 | ebe2deedc7e9 |
UTF-8 | 謔滔秤 | 111010001010110010010100111001101011101110010100111001111010011110100100 | e8ac94e6bb94e7a7a4 |
UHC | 謔滔秤 | 111110011100110011010100101001011111011011011111 | f9ccd4a5f6df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)