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 | ?}?r}?}?r{^ | 0011111101111101001111110111001001111101001111110111110100111111011100100111101101011110 | 3f7d3f727d3f7d3f727b5e |
SJIS-WIN | ?}?r}?}?r{^ | 0011111101111101001111110111001001111101001111110111110100111111011100100111101101011110 | 3f7d3f727d3f7d3f727b5e |
EUC-JP | ?}?r}?}?r{^ | 0011111101111101001111110111001001111101001111110111110100111111011100100111101101011110 | 3f7d3f727d3f7d3f727b5e |
UTF-8 | 찼}창r}찼}창r{^ | 11101100101100001011110001111101111011001011000010111101011100100111110111101100101100001011110001111101111011001011000010111101011100100111101101011110 | ecb0bc7decb0bd727decb0bc7decb0bd727b5e |
UHC | 찼}창r}찼}창r{^ | 110000111010000101111101110000111010001001110010011111011100001110100001011111011100001110100010011100100111101101011110 | c3a17dc3a2727dc3a17dc3a2727b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)