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 | 訷秋 | 11111011101001001000111101001000 | fba48f48 |
EUC-JP | 訷秋 | 1000111111011101110101001011110110101001 | 8fddd4bda9 |
UTF-8 | 訷秋 | 111010001010100010110111111001111010011110001011 | e8a8b7e7a78b |
UHC | ?秋 | 001111111111010111010101 | 3ff5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)