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 | ??J??M^ | 00111111001111110100101000111111001111110100110101011110 | 3f3f4a3f3f4d5e |
SJIS-WIN | ??J??M^ | 00111111001111110100101000111111001111110100110101011110 | 3f3f4a3f3f4d5e |
EUC-JP | ??J??M^ | 00111111001111110100101000111111001111110100110101011110 | 3f3f4a3f3f4d5e |
UTF-8 | 횄쨩J횂짝M^ | 111011011001101010000100111011001010100010101001010010101110110110011010100000101110110010100111100111010100110101011110 | ed9a84eca8a94aed9a82eca79d4d5e |
UHC | 횄쨩J횂짝M^ | 1100001110000011110000101011101101001010110000111000001011000010101001100100110101011110 | c383c2bb4ac382c2a64d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)