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 | ò®Ð° | 11110010101011101101000010110000 | f2aed0b0 |
SJIS-WIN | ???° | 0011111100111111001111111000000110001011 | 3f3f3f818b |
EUC-JP | ò®?° | 100011111010101111010010100011111010001011101110001111111010000111101011 | 8fabd28fa2ee3fa1eb |
UTF-8 | ò®Ð° | 1100001110110010110000101010111011000011100100001100001010110000 | c3b2c2aec390c2b0 |
UHC | ?®Ð° | 00111111101000101110011110101000101000101010000111000110 | 3fa2e7a8a2a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)