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 | 豐尺而 | 111001101011001010001110110110101000111010100111 | e6b28eda8ea7 |
EUC-JP | 豐尺而 | 111011001011010010111100110111001011110010101001 | ecb4bcdcbca9 |
UTF-8 | 豐尺而 | 111010001011000110010000111001011011000010111010111010001000000010001100 | e8b190e5b0bae8808c |
UHC | ?尺而 | 0011111111110100101010011110110010111011 | 3ff4a9ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)