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 | Õ®Õ®B | 1101010110101110110101011010111001000010 | d5aed5ae42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | Õ®Õ®B | 10001111101010101101100010001111101000101110111010001111101010101101100010001111101000101110111001000010 | 8faad88fa2ee8faad88fa2ee42 |
UTF-8 | Õ®Õ®B | 110000111001010111000010101011101100001110010101110000101010111001000010 | c395c2aec395c2ae42 |
UHC | ?®?®B | 00111111101000101110011100111111101000101110011101000010 | 3fa2e73fa2e742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)