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 | ??O? | 00111111001111110100111100111111 | 3f3f4f3f |
SJIS-WIN | 質O鮏 | 11110000110000001000111010111111010011111111110001000011 | f0c08ebf4ffc43 |
EUC-JP | ?質O鮏 | 00111111101111001100000101001111100011111110101011011011 | 3fbcc14f8feadb |
UTF-8 | 質O鮏 | 11101110100000011011111111101000101100111010101001001111111010011010111010001111 | ee81bfe8b3aa4fe9ae8f |
UHC | ?質O? | 0011111111110010111101010100111100111111 | 3ff2f54f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)