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 | 拭嗽淅 | 100100000100000010011010011101011001111111000110 | 90409a759fc6 |
EUC-JP | 拭嗽淅 | 101111111010000111010011110101101101111011001000 | bfa1d3d6dec8 |
UTF-8 | 拭嗽淅 | 111001101000101110101101111001011001011110111101111001101011011110000101 | e68bade597bde6b785 |
UHC | 拭嗽淅 | 111000111101010011100001111101011110000010110010 | e3d4e1f5e0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)