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 | 霈ネ昞 | 1110100010111100110010001111101011010011 | e8bcc8fad3 |
EUC-JP | 霈ネ昞 | 11110000101111101000111011001000100011111100001010100001 | f0be8ec88fc2a1 |
UTF-8 | 霈ネ昞 | 111010011001110010001000111011111011111010001000111001101001100010011110 | e99c88efbe88e6989e |
UHC | ??昞 | 00111111001111111101110010110101 | 3f3fdcb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)