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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邀?В褥 | 11100111101100010011111110000100010000101110010111110001 | e7b13f8442e5f1 |
EUC-JP | 邀?В褥 | 11101110101100110011111110100111101000111110101011110011 | eeb33fa7a3eaf3 |
UTF-8 | 邀띺В褥 | 1110100110000010100000001110101110011101101110101101000010010010111010001010010010100101 | e98280eb9dbad092e8a4a5 |
UHC | 邀띺В褥 | 1110100110101101100011011110100110101100101000111110100110110011 | e9ad8de9aca3e9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)