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 | 讙工裨 | 111001101010101010001101010010001110010111101001 | e6aa8d48e5e9 |
EUC-JP | 讙工裨 | 111011001010110010111001101010011110101011101011 | ecacb9a9eaeb |
UTF-8 | 讙工裨 | 111010001010111010011001111001011011011110100101111010001010001110101000 | e8ae99e5b7a5e8a3a8 |
UHC | ?工裨 | 0011111111001101111011111101111010100101 | 3fcdefdea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)