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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 얍롎롆}얍롎롆{^ | 111011001001011010001101111010111010000110001110111010111010000110000110011111011110110010010110100011011110101110100001100011101110101110100001100001100111101101011110 | ec968deba18eeba1867dec968deba18eeba1867b5e |
UHC | 얍롎롆}얍롎롆{^ | 101111101110010110001110110101001000111011001100011111011011111011100101100011101101010010001110110011000111101101011110 | bee58ed48ecc7dbee58ed48ecc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)