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 | 霄鷺ю | 111010001011101010001101111010111000010010010000 | e8ba8deb8490 |
EUC-JP | 霄鷺ю | 111100001011110010111010111011011010011111110000 | f0bcbaeda7f0 |
UTF-8 | 霄鷺ю | 1110100110011100100001001110100110110111101110101101000110001110 | e99c84e9b7bad18e |
UHC | ?鷺ю | 0011111111010110110111001010110011110000 | 3fd6dcacf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)