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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豬ッ螳夲ス・ | 111001101011010110101111111001011010111010011010111011111011110110100101 | e6b5afe5ae9aefbda5 |
EUC-JP | 豬ッ螳夲ス・ | 111011001011011110001110101011111110101010110000110101001111000110001110101111011000111010100101 | ecb78eafeab0d4f18ebd8ea5 |
UTF-8 | 豬ッ螳夲ス・ | 111010001011000110101100111011111011110110101111111010001001111010110011111001011010010010110010111011111011110110111101111011111011110110100101 | e8b1acefbdafe89eb3e5a4b2efbdbdefbda5 |
UHC | ??螳??? | 00111111001111111101001111011001001111110011111100111111 | 3f3fd3d93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)