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 | ?_??rB | 001111110101111100111111001111110111001001000010 | 3f5f3f3f7242 |
SJIS-WIN | ?_??rB | 001111110101111100111111001111110111001001000010 | 3f5f3f3f7242 |
EUC-JP | ?_??rB | 001111110101111100111111001111110111001001000010 | 3f5f3f3f7242 |
UTF-8 | 혖_혖혷rB | 111011011001100010010110010111111110110110011000100101101110110110011000101101110111001001000010 | ed98965fed9896ed98b77242 |
UHC | 혖_혖혷rB | 110000101000000101011111110000101000000111000010100111100111001001000010 | c2815fc281c29e7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)