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 | 營①? | 1001101001111010100001110100000000111111 | 9a7a87403f |
EUC-JP | 營?? | 11010011110110110011111100111111 | d3db3f3f |
UTF-8 | 營①풄 | 111001111000011110011111111000101001000110100000111011011001001010000100 | e7879fe291a0ed9284 |
UHC | 營①풄 | 111001111011110110101000111001111011111010001100 | e7bda8e7be8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)