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 | ?P?w}?P?w{^ | 0011111101010000001111110111011101111101001111110101000000111111011101110111101101011110 | 3f503f777d3f503f777b5e |
SJIS-WIN | ?P?w}?P?w{^ | 0011111101010000001111110111011101111101001111110101000000111111011101110111101101011110 | 3f503f777d3f503f777b5e |
EUC-JP | ?P?w}?P?w{^ | 0011111101010000001111110111011101111101001111110101000000111111011101110111101101011110 | 3f503f777d3f503f777b5e |
UTF-8 | 청P찼w}청P찼w{^ | 11101100101100101010110101010000111011001011000010111100011101110111110111101100101100101010110101010000111011001011000010111100011101110111101101011110 | ecb2ad50ecb0bc777decb2ad50ecb0bc777b5e |
UHC | 청P찼w}청P찼w{^ | 110000111011101101010000110000111010000101110111011111011100001110111011010100001100001110100001011101110111101101011110 | c3bb50c3a1777dc3bb50c3a1777b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)