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 | ?_??AB | 001111110101111100111111001111110100000101000010 | 3f5f3f3f4142 |
SJIS-WIN | ?_??AB | 001111110101111100111111001111110100000101000010 | 3f5f3f3f4142 |
EUC-JP | ?_??AB | 001111110101111100111111001111110100000101000010 | 3f5f3f3f4142 |
UTF-8 | 혖_혖혷AB | 111011011001100010010110010111111110110110011000100101101110110110011000101101110100000101000010 | ed98965fed9896ed98b74142 |
UHC | 혖_혖혷AB | 110000101000000101011111110000101000000111000010100111100100000101000010 | c2815fc281c29e4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)