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 | 槽存晟 | 100100011000010110010001101101101001110111101110 | 918591b69dee |
EUC-JP | 槽存晟 | 110000011110010111000010101110001101101011110000 | c1e5c2b8daf0 |
UTF-8 | 槽存晟 | 111001101010011110111101111001011010110110011000111001101001100110011111 | e6a7bde5ad98e6999f |
UHC | 槽存晟 | 111100001100101111110000111011011110000011111001 | f0cbf0ede0f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)