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 | ?]}?]{^ | 00111111010111010111110100111111010111010111101101011110 | 3f5d7d3f5d7b5e |
SJIS-WIN | ?]}?]{^ | 00111111010111010111110100111111010111010111101101011110 | 3f5d7d3f5d7b5e |
EUC-JP | ?]}?]{^ | 00111111010111010111110100111111010111010111101101011110 | 3f5d7d3f5d7b5e |
UTF-8 | 채]}채]{^ | 1110110010110001100001000101110101111101111011001011000110000100010111010111101101011110 | ecb1845d7decb1845d7b5e |
UHC | 채]}채]{^ | 110000111010010001011101011111011100001110100100010111010111101101011110 | c3a45d7dc3a45d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)