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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韃カ雉、鋻 | 1110100011100101101101101110100010110011101001001111101111011001 | e8e5b6e8b3a4fbd9 |
EUC-JP | 韃カ雉、鋻 | 1111000011100111100011101011011011110000101101011000111010100100100011111110010011010001 | f0e78eb6f0b58ea48fe4d1 |
UTF-8 | 韃カ雉、鋻 | 111010011001111110000011111011111011110110110110111010011001101110001001111011111011110110100100111010011000101110111011 | e99f83efbdb6e99b89efbda4e98bbb |
UHC | ??雉?? | 001111110011111111110110110010110011111100111111 | 3f3ff6cb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)