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 | 騾堺サ」閠ウ | 111010011000000010001101111001001011101110100011111010001000000010110011 | e9808de4bba3e880b3 |
EUC-JP | 騾堺サ」閠ウ | 111100011110000010111010111001101000111010111011100011101010001111101111111000001000111010110011 | f1e0bae68ebb8ea3efe08eb3 |
UTF-8 | 騾堺サ」閠ウ | 111010011010100010111110111001011010000010111010111011111011110110111011111011111011110110100011111010011001011010100000111011111011110110110011 | e9a8bee5a0baefbdbbefbda3e996a0efbdb3 |
UHC | ?堺???? | 00111111110011001111011100111111001111110011111100111111 | 3fccf73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)