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 | ?蒡σ | 0011111111100100111011101000001111010000 | 3fe4ee83d0 |
EUC-JP | ?蒡σ | 0011111111101000111100001010011011010010 | 3fe8f0a6d2 |
UTF-8 | 뤾蒡σ | 1110101110100100101111101110100010010010101000011100111110000011 | eba4bee892a1cf83 |
UHC | 뤾蒡σ | 100011111110101011011011101111001010010111110010 | 8feadbbca5f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)