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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霑ケ蜀キ蒻 | 1110100010111111101110011110010110000110101101111110010011101000 | e8bfb9e586b7e4e8 |
EUC-JP | 霑ケ蜀キ蒻 | 11110000110000011000111010111001111010011110011010001110101101111110100011101010 | f0c18eb9e9e68eb7e8ea |
UTF-8 | 霑ケ蜀キ蒻 | 111010011001110010010001111011111011110110111001111010001001110010000000111011111011110110110111111010001001001010111011 | e99c91efbdb9e89c80efbdb7e892bb |
UHC | 霑?蜀?蒻 | 1110111111000101001111111111010110111001001111111110010110110110 | efc53ff5b93fe5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)