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 | 萓晤ヲ | 1110010010111110100111011110101110100110 | e4be9deba6 |
EUC-JP | 萓晤ヲ | 111010001100000011011010111011011000111010100110 | e8c0daed8ea6 |
UTF-8 | 萓晤ヲ | 111010001001000010010011111001101001100110100100111011111011110110100110 | e89093e699a4efbda6 |
UHC | ?晤? | 00111111111001111111101100111111 | 3fe7fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)