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 | 乳?α | 1001001111111011001111111000001110111111 | 93fb3f83bf |
EUC-JP | 乳?α | 1100011011111101001111111010011011000001 | c6fd3fa6c1 |
UTF-8 | 乳陋α | 1110010010111001101100111110111110100101100100011100111010110001 | e4b9b3efa591ceb1 |
UHC | 乳陋α | 111010101110000111010010111010111010010111100001 | eae1d2eba5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)