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^ | 001111110111110100111111001111110110001101011110 | 3f7d3f3f635e |
SJIS-WIN | ?}??c^ | 001111110111110100111111001111110110001101011110 | 3f7d3f3f635e |
EUC-JP | ?}??c^ | 001111110111110100111111001111110110001101011110 | 3f7d3f3f635e |
UTF-8 | 찼}찼찼c^ | 111011001011000010111100011111011110110010110000101111001110110010110000101111000110001101011110 | ecb0bc7decb0bcecb0bc635e |
UHC | 찼}찼찼c^ | 110000111010000101111101110000111010000111000011101000010110001101011110 | c3a17dc3a1c3a1635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)