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 | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | ???雲?c^ | 0011111100111111001111111000100101011111001111110110001101011110 | 3f3f3f895f3f635e |
EUC-JP | ???雲?c^ | 0011111100111111001111111011000111000000001111110110001101011110 | 3f3f3fb1c03f635e |
UTF-8 | 쒔렜쒔雲렞c^ | 1110110010010010100101001110101110100000100111001110110010010010100101001110100110011011101100101110101110100000100111100110001101011110 | ec9294eba09cec9294e99bb2eba09e635e |
UHC | 쒔렜쒔雲렞c^ | 101111101010110110001110101011101011111010101101111010101010001110001110101011110110001101011110 | bead8eaebeadeaa38eaf635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)