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 | ?}?|?|^ | 00111111011111010011111101111100001111110111110001011110 | 3f7d3f7c3f7c5e |
SJIS-WIN | ?}?|?|^ | 00111111011111010011111101111100001111110111110001011110 | 3f7d3f7c3f7c5e |
EUC-JP | ?}?|?|^ | 00111111011111010011111101111100001111110111110001011110 | 3f7d3f7c3f7c5e |
UTF-8 | 찼}찼|찼|^ | 11101100101100001011110001111101111011001011000010111100011111001110110010110000101111000111110001011110 | ecb0bc7decb0bc7cecb0bc7c5e |
UHC | 찼}찼|찼|^ | 11000011101000010111110111000011101000010111110011000011101000010111110001011110 | c3a17dc3a17cc3a17c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)