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 | ???PB | 0011111100111111001111110101000001000010 | 3f3f3f5042 |
SJIS-WIN | 淫??PB | 100010001111101000111111001111110101000001000010 | 88fa3f3f5042 |
EUC-JP | 淫??PB | 101100001111110000111111001111110101000001000010 | b0fc3f3f5042 |
UTF-8 | 淫㏃넧PB | 1110011010110111101010111110001110001111100000111110101110000100101001110101000001000010 | e6b7abe38f83eb84a75042 |
UHC | 淫㏃넧PB | 1110101111100010101001111110110010000110101010000101000001000010 | ebe2a7ec86a85042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)