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 | 褓野Ξ | 111001011110111010010110111011001000001110101100 | e5ee96ec83ac |
EUC-JP | 褓野Ξ | 111010101111000011001100111011101010011010101110 | eaf0cceea6ae |
UTF-8 | 褓野Ξ | 1110100010100100100100111110100110000111100011101100111010011110 | e8a493e9878ece9e |
UHC | 褓野Ξ | 110111001100111011100101101011111010010111001110 | dccee5afa5ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)