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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謌晞岫 | 111001101000100010011101111010011001101110101011 | e6889de99bab |
EUC-JP | 謌晞岫 | 111010111110100011011010111010111101011010101101 | ebe8daebd6ad |
UTF-8 | 謌晞岫 | 111010001010110010001100111001101001100110011110111001011011001010101011 | e8ac8ce6999ee5b2ab |
UHC | ?晞岫 | 0011111111111101111101011110000111111011 | 3ffdf5e1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)