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 | ロ猝・ | 11011011111000001100101010100101 | dbe0caa5 |
EUC-JP | ロ猝・ | 100011101101101111100000110011001000111010100101 | 8edbe0cc8ea5 |
UTF-8 | ロ猝・ | 111011111011111010011011111001111000110010011101111011111011110110100101 | efbe9be78c9defbda5 |
UHC | ?猝? | 00111111111100001111000100111111 | 3ff0f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)