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 | ?_??^~ | 001111110101111100111111001111110101111001111110 | 3f5f3f3f5e7e |
SJIS-WIN | ?_??^~ | 001111110101111100111111001111110101111001111110 | 3f5f3f3f5e7e |
EUC-JP | ?_??^~ | 001111110101111100111111001111110101111001111110 | 3f5f3f3f5e7e |
UTF-8 | 혖_혖혷^~ | 111011011001100010010110010111111110110110011000100101101110110110011000101101110101111001111110 | ed98965fed9896ed98b75e7e |
UHC | 혖_혖혷^~ | 110000101000000101011111110000101000000111000010100111100101111001111110 | c2815fc281c29e5e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)