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 | ?ワ?晤 | 001111111000001110001111001111111001110111101011 | 3f838f3f9deb |
EUC-JP | ?ワ?晤 | 001111111010010111101111001111111101101011101101 | 3fa5ef3fdaed |
UTF-8 | 筽ワ슭晤 | 111001111010110110111101111000111000001110101111111011001000101010101101111001101001100110100100 | e7adbde383afec8aade699a4 |
UHC | 筽ワ슭晤 | 1110100010100100101010111110111110111101101111101110011111111011 | e8a4abefbdbee7fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)