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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 畴虍 | 11100001011001101110010101100111 | e166e567 |
EUC-JP | 畴虍 | 11100001110001111110100111001000 | e1c7e9c8 |
UTF-8 | 畴虍 | 111001111001010110110100111010001001100110001101 | e795b4e8998d |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)