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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?楯}?楯{^ | 001111111000111101111100011111010011111110001111011111000111101101011110 | 3f8f7c7d3f8f7c7b5e |
EUC-JP | ?楯}?楯{^ | 001111111011110111011101011111010011111110111101110111010111101101011110 | 3fbddd7d3fbddd7b5e |
UTF-8 | 셉楯}셉楯{^ | 111011001000010110001001111001101010010110101111011111011110110010000101100010011110011010100101101011110111101101011110 | ec8589e6a5af7dec8589e6a5af7b5e |
UHC | 셉楯}셉楯{^ | 1011110011000001111000101110010001111101101111001100000111100010111001000111101101011110 | bcc1e2e47dbcc1e2e47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)