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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 貂シ辷セc^ | 1110011010111000101111001110011110001000101111100110001101011110 | e6b8bce788be635e |
EUC-JP | 貂シ辷セc^ | 11101100101110101000111010111100111011011110100010001110101111100110001101011110 | ecba8ebcede88ebe635e |
UTF-8 | 貂シ辷セc^ | 1110100010110010100000101110111110111101101111001110100010111110101101111110111110111101101111100110001101011110 | e8b282efbdbce8beb7efbdbe635e |
UHC | 貂???c^ | 11110101101100000011111100111111001111110110001101011110 | f5b03f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)