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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 邵品邵品B | 111001111011100010010101011010011110011110111000100101010110100101000010 | e7b89569e7b8956942 |
EUC-JP | 邵品邵品B | 111011101011101011001001110010101110111010111010110010011100101001000010 | eebac9caeebac9ca42 |
UTF-8 | 邵品邵品B | 11101001100000101011010111100101100100111000000111101001100000101011010111100101100100111000000101000010 | e982b5e59381e982b5e5938142 |
UHC | 邵品邵品B | 111000011101000011111001101000011110000111010000111110011010000101000010 | e1d0f9a1e1d0f9a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)