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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淨?繒焙 | 10011111110001000011111111111011100011111110000010000100 | 9fc43ffb8fe084 |
EUC-JP | 淨?繒焙 | 1101111011000110001111111000111111010100110101001101111111100100 | dec63f8fd4d4dfe4 |
UTF-8 | 淨렍繒焙 | 111001101011011110101000111010111010000010001101111001111011100110010010111001111000010010011001 | e6b7a8eba08de7b992e78499 |
UHC | 淨렍繒焙 | 1110111111100100100011101010001111110001111110011101101111001100 | efe48ea3f1f9dbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)