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 | 足?l | 1001000110101011001111111000001010001100 | 91ab3f828c |
EUC-JP | 足?l | 1100001010101101001111111010001111101100 | c2ad3fa3ec |
UTF-8 | 足멸l | 111010001011011010110011111010111010100110111000111011111011110110001100 | e8b6b3eba9b8efbd8c |
UHC | 足멸l | 111100001110101110111000111010101010001111101100 | f0ebb8eaa3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)