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 | ©£¢®h | 1010100110100011101000101010111001101000 | a9a3a2ae68 |
SJIS-WIN | ?£¢?h | 00111111100000011001001010000001100100010011111101101000 | 3f819281913f68 |
EUC-JP | ©£¢®h | 1000111110100010111011011010000111110010101000011111000110001111101000101110111001101000 | 8fa2eda1f2a1f18fa2ee68 |
UTF-8 | ©£¢®h | 110000101010100111000010101000111100001010100010110000101010111001101000 | c2a9c2a3c2a2c2ae68 |
UHC | ???®h | 001111110011111100111111101000101110011101101000 | 3f3f3fa2e768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)