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 | 軛帋軛 | 111001110110001010011011111000011110011101100010 | e7629be1e762 |
EUC-JP | 軛帋軛 | 111011011100001111010110111000111110110111000011 | edc3d6e3edc3 |
UTF-8 | 軛帋軛 | 111010001011101110011011111001011011100010001011111010001011101110011011 | e8bb9be5b88be8bb9b |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)