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 | 석쌜쌜}석쌜쌜{^ | 111011001000010010011101111011001000110010011100111011001000110010011100011111011110110010000100100111011110110010001100100111001110110010001100100111000111101101011110 | ec849dec8c9cec8c9c7dec849dec8c9cec8c9c7b5e |
UHC | 석쌜쌜}석쌜쌜{^ | 101111001010111010111101110110111011110111011011011111011011110010101110101111011101101110111101110110110111101101011110 | bcaebddbbddb7dbcaebddbbddb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)