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 | 紗執 | 1111001011100011111100101111011010001110110100011000111010110111 | f2e3f2f68ed18eb7 |
EUC-JP | ??紗執 | 001111110011111110111100110100111011110010111001 | 3f3fbcd3bcb9 |
UTF-8 | 紗執 | 111011101000100010011010111011101000100010101101111001111011010010010111111001011001111110110111 | ee889aee88ade7b497e59fb7 |
UHC | ??紗執 | 001111110011111111011110111010011111001011111011 | 3f3fdee9f2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)