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 | 陌菩Ξ | 111010001001100110010101111011001000001110101100 | e89995ec83ac |
EUC-JP | 陌菩Ξ | 111011111111100111001010111011101010011010101110 | eff9caeea6ae |
UTF-8 | 陌菩Ξ | 1110100110011001100011001110100010001111101010011100111010011110 | e9998ce88fa9ce9e |
UHC | 陌菩Ξ | 110110001110100011011100110011001010010111001110 | d8e8dccca5ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)