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 | 001111110011111101001111 | 3f3f4f |
SJIS-WIN | 賁帥O | 1110011011001010100100001000001101001111 | e6ca90834f |
EUC-JP | 賁帥O | 1110110011001100101111111110001101001111 | ecccbfe34f |
UTF-8 | 賁帥O | 11101000101100111000000111100101101110001010010101001111 | e8b381e5b8a54f |
UHC | 賁帥O | 1101110111010011111000011111110101001111 | ddd3e1fd4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)