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 | 懌褶滂 | 100111001110001011100101111101111001111111101111 | 9ce2e5f79fef |
EUC-JP | 懌褶滂 | 110110001110010011101010111110011101111011110001 | d8e4eaf9def1 |
UTF-8 | 懌褶滂 | 111001101000011110001100111010001010010010110110111001101011101110000010 | e6878ce8a4b6e6bb82 |
UHC | ?褶滂 | 0011111111100011101010001101101110110101 | 3fe3a8dbb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)