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 | ?}?s?r}B | 0011111101111101001111110111001100111111011100100111110101000010 | 3f7d3f733f727d42 |
SJIS-WIN | ?}?s?r}B | 0011111101111101001111110111001100111111011100100111110101000010 | 3f7d3f733f727d42 |
EUC-JP | ?}?s?r}B | 0011111101111101001111110111001100111111011100100111110101000010 | 3f7d3f733f727d42 |
UTF-8 | 찼}찼s창r}B | 1110110010110000101111000111110111101100101100001011110001110011111011001011000010111101011100100111110101000010 | ecb0bc7decb0bc73ecb0bd727d42 |
UHC | 찼}찼s창r}B | 1100001110100001011111011100001110100001011100111100001110100010011100100111110101000010 | c3a17dc3a173c3a2727d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)