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 | 吟?α | 1000101111100001001111111000001110111111 | 8be13f83bf |
EUC-JP | 吟?α | 1011011011100011001111111010011011000001 | b6e33fa6c1 |
UTF-8 | 吟陋α | 1110010110010000100111111110111110100101100100011100111010110001 | e5909fefa591ceb1 |
UHC | 吟陋α | 111010111110000111010010111010111010010111100001 | ebe1d2eba5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)