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 | 閼ッ隕 | 1110100010000100101011111110100010100110 | e884afe8a6 |
EUC-JP | 閼ッ隕 | 111011111110010010001110101011111111000010101000 | efe48eaff0a8 |
UTF-8 | 閼ッ隕 | 111010011001011010111100111011111011110110101111111010011001101010010101 | e996bcefbdafe99a95 |
UHC | 閼?隕 | 1110010011011001001111111110101010100010 | e4d93feaa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)