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 | ??xE | 00111111001111110111100001000101 | 3f3f7845 |
SJIS-WIN | 淨?xE | 1001111111000100001111110111100001000101 | 9fc43f7845 |
EUC-JP | 淨?xE | 1101111011000110001111110111100001000101 | dec63f7845 |
UTF-8 | 淨렠xE | 1110011010110111101010001110101110100000101000000111100001000101 | e6b7a8eba0a07845 |
UHC | 淨렠xE | 111011111110010010001110101100010111100001000101 | efe48eb17845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)