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 | 雖餓ю | 111001011010101110001001111011001000010010010000 | e5ab89ec8490 |
EUC-JP | 雖餓ю | 111010101010110110110010111011101010011111110000 | eaadb2eea7f0 |
UTF-8 | 雖餓ю | 1110100110011011100101101110100110100100100100111101000110001110 | e99b96e9a493d18e |
UHC | 雖餓ю | 111000101100110011100100101110111010110011110000 | e2cce4bbacf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)