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 | 鰐北漏 | 100110000110101110010110011010111001100001010010 | 986b966b9852 |
EUC-JP | 鰐北漏 | 110011111100110011001011110011001100111110110011 | cfcccbcccfb3 |
UTF-8 | 鰐北漏 | 111010011011000010010000111001011000110010010111111001101011110010001111 | e9b090e58c97e6bc8f |
UHC | 鰐北漏 | 111001001100101011011101110000011101011110101001 | e4caddc1d7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)