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 | 謔檎押 | 111001101000001010001100111001111000100110011111 | e6828ce7899f |
EUC-JP | 謔檎押 | 111010111110001010111000111010011011001010100001 | ebe2b8e9b2a1 |
UTF-8 | 謔檎押 | 111010001010110010010100111001101010101010001110111001101000101010111100 | e8ac94e6aa8ee68abc |
UHC | 謔檎押 | 111110011100110011010000110101011110010011100011 | f9ccd0d5e4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)