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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ク貂訖 | 1011100011100110101110001110011001011110 | b8e6b8e65e |
EUC-JP | ク貂訖 | 100011101011100011101100101110101110101110111111 | 8eb8ecbaebbf |
UTF-8 | ク貂訖 | 111011111011110110111000111010001011001010000010111010001010100010010110 | efbdb8e8b282e8a896 |
UHC | ?貂訖 | 0011111111110101101100001111110111100001 | 3ff5b0fde1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)