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 | 霑識淼 | 111010001011111110001110101011111111101101000101 | e8bf8eaffb45 |
EUC-JP | 霑識淼 | 11110000110000011011110010110001100011111100011111100110 | f0c1bcb18fc7e6 |
UTF-8 | 霑識淼 | 111010011001110010010001111010001010110110011000111001101011011110111100 | e99c91e8ad98e6b7bc |
UHC | 霑識? | 1110111111000101111000111101101100111111 | efc5e3db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)