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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霑ッ蜀怜 | 11101000101111111010111111100101100001101001011111100101 | e8bfafe58697e5 |
EUC-JP | 霑ッ蜀怜 | 1111000011000001100011101010111111101001111001101100111011100111 | f0c18eafe9e6cee7 |
UTF-8 | 霑ッ蜀怜 | 111010011001110010010001111011111011110110101111111010001001110010000000111001101000000010011100 | e99c91efbdafe89c80e6809c |
UHC | 霑?蜀怜 | 11101111110001010011111111110101101110011101011010111011 | efc53ff5b9d6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)