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 | 隶吩ス懌渼 | 111010001010111010011001111001001011110110011100111000101111101101001001 | e8ae99e4bd9ce2fb49 |
EUC-JP | 隶吩ス懌渼 | 1111000010110000110100101110011010001110101111011101100011100100100011111100011111110000 | f0b0d2e68ebdd8e48fc7f0 |
UTF-8 | 隶吩ス懌渼 | 111010011001101010110110111001011001000010101001111011111011110110111101111001101000011110001100111001101011100010111100 | e99ab6e590a9efbdbde6878ce6b8bc |
UHC | ?吩??渼 | 00111111110111011100001100111111001111111101101010110100 | 3fddc33f3fdab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)