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 | ë맰 | 111010111000110010011010111010111010011110110000 | eb8c9aeba7b0 |
SJIS-WIN | ????§° | 0011111100111111001111110011111110000001100110001000000110001011 | 3f3f3f3f8198818b |
EUC-JP | ë??맰 | 100011111010101110110011001111110011111110001111101010111011001110100001111110001010000111101011 | 8fabb33f3f8fabb3a1f8a1eb |
UTF-8 | ë맰 | 110000111010101111000010100011001100001010011010110000111010101111000010101001111100001010110000 | c3abc28cc29ac3abc2a7c2b0 |
UHC | ????§° | 0011111100111111001111110011111110100001110101111010000111000110 | 3f3f3f3fa1d7a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)