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 | 顏肴刮 | 111010001111100010001101111001101001100110001001 | e8f88de69989 |
EUC-JP | 顏肴刮 | 111100001111101010111010111010001101000111101001 | f0fabae8d1e9 |
UTF-8 | 顏肴刮 | 111010011010000110001111111010001000001010110100111001011000100010101110 | e9a18fe882b4e588ae |
UHC | ?肴刮 | 0011111111111101101000101100111010111110 | 3ffda2cebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)