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 | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
SJIS-WIN | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
EUC-JP | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
UTF-8 | 若잌떧D若잌떧D^ | 111011111010010110110100111011001001111010001100111010111001011010100111010001001110111110100101101101001110110010011110100011001110101110010110101001110100010001011110 | efa5b4ec9e8ceb96a744efa5b4ec9e8ceb96a7445e |
UHC | 若잌떧D若잌떧D^ | 111001011010111010011111111001011000101110111010010001001110010110101110100111111110010110001011101110100100010001011110 | e5ae9fe58bba44e5ae9fe58bba445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)