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 | ?B? | 001111110100001000111111 | 3f423f |
SJIS-WIN | 廈B椢 | 1001101111111010010000101001111010011010 | 9bfa429e9a |
EUC-JP | 廈B椢 | 1101011011111100010000101101101111111010 | d6fc42dbfa |
UTF-8 | 廈B椢 | 11100101101110111000100001000010111001101010010010100010 | e5bb8842e6a4a2 |
UHC | 廈B? | 11111001101111110100001000111111 | f9bf423f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)