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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ェ鉅 | 1111100110100100101010101110011111101000 | f9a4aae7e8 |
EUC-JP | ?ェ鉅 | 0011111110001110101010101110111011101010 | 3f8eaaeeea |
UTF-8 | ェ鉅 | 111011101001101110111111111011111011110110101010111010011000100110000101 | ee9bbfefbdaae98985 |
UHC | ??鉅 | 00111111001111111100101111101001 | 3f3fcbe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)