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 | ?絣γ | 0011111111100011010100101000001111000001 | 3fe35283c1 |
EUC-JP | 邶絣γ | 10001111111000011111101011100101101100111010011011000011 | 8fe1fae5b3a6c3 |
UTF-8 | 邶絣γ | 1110100110000010101101101110011110110101101000111100111010110011 | e982b6e7b5a3ceb3 |
UHC | ??γ | 00111111001111111010010111100011 | 3f3fa5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)