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 | 踐ァ陷 | 1110011011110110101001111110100010011100 | e6f6a7e89c |
EUC-JP | 踐ァ陷 | 111011001111100010001110101001111110111111111100 | ecf88ea7effc |
UTF-8 | 踐ァ陷 | 111010001011100010010000111011111011110110100111111010011001100110110111 | e8b890efbda7e999b7 |
UHC | 踐?陷 | 1111010011000010001111111111100111101000 | f4c23ff9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)