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 | 譟南ю | 111001101001111110010011111011001000010010010000 | e69f93ec8490 |
EUC-JP | 譟南ю | 111011001010000111000110111011101010011111110000 | eca1c6eea7f0 |
UTF-8 | 譟南ю | 1110100010101101100111111110010110001101100101111101000110001110 | e8ad9fe58d97d18e |
UHC | ?南ю | 0011111111010001111101011010110011110000 | 3fd1f5acf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)