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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 曠檮曠樅^ | 100111100100010010011110100011011001111001000100100111101110000001011110 | 9e449e8d9e449ee05e |
EUC-JP | 曠檮曠樅^ | 110110111010010111011011111011011101101110100101110111001110001001011110 | dba5dbeddba5dce25e |
UTF-8 | 曠檮曠樅^ | 11100110100110111010000011100110101010101010111011100110100110111010000011100110101010001000010101011110 | e69ba0e6aaaee69ba0e6a8855e |
UHC | 曠?曠?^ | 11001110110001110011111111001110110001110011111101011110 | cec73fcec73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)