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 | 薔?轢 | 1110010101001011001111111110011110000000 | e54b3fe780 |
EUC-JP | 薔?轢 | 1110100110101100001111111110110111100000 | e9ac3fede0 |
UTF-8 | 薔멱轢 | 111010001001011010010100111010111010100110110001111010001011110110100010 | e89694eba9b1e8bda2 |
UHC | 薔멱轢 | 111011011111100110111000111010001101010111111001 | edf9b8e8d5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)