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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豐嘲豐 | 111001101011001010011010011111011110011010110010 | e6b29a7de6b2 |
EUC-JP | 豐嘲豐 | 111011001011010011010011110111101110110010110100 | ecb4d3deecb4 |
UTF-8 | 豐嘲豐 | 111010001011000110010000111001011001100010110010111010001011000110010000 | e8b190e598b2e8b190 |
UHC | ?嘲? | 00111111111100001011111100111111 | 3ff0bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)