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 | 偲式珀 | 100011101100001110001110101011101110000011011111 | 8ec38eaee0df |
EUC-JP | 偲式珀 | 101111001100010110111100101100001110000011100001 | bcc5bcb0e0e1 |
UTF-8 | 偲式珀 | 111001011000000110110010111001011011110010001111111001111000111110000000 | e581b2e5bc8fe78f80 |
UHC | ?式珀 | 0011111111100011110100101101101011010110 | 3fe3d2dad6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)