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 | ??膊 | 00111111001111111110010001001101 | 3f3fe44d |
EUC-JP | ??膊 | 00111111001111111110011110101110 | 3f3fe7ae |
UTF-8 | 짼팻膊 | 111011001010011110111100111011011000110010111011111010001000011010001010 | eca7bced8cbbe8868a |
UHC | 짼팻膊 | 110000101011001011000110110101101101101011011011 | c2b2c6d6dadb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)