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 | ??肋 | 00111111001111111001100001011101 | 3f3f985d |
EUC-JP | ??肋 | 00111111001111111100111110111110 | 3f3fcfbe |
UTF-8 | 쌜깆肋 | 111011001000110010011100111010101011100110000110111010001000001010001011 | ec8c9ceab986e8828b |
UHC | 쌜깆肋 | 101111011101101110110001111011001101011111001110 | bddbb1ecd7ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)