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 | 胙煙← | 111000111111000010001001100011001000000110101001 | e3f0898c81a9 |
EUC-JP | 胙煙← | 111001101111001010110001111011001010001010101011 | e6f2b1eca2ab |
UTF-8 | 胙煙← | 111010001000001110011001111001111000010110011001111000101000011010010000 | e88399e78599e28690 |
UHC | ?煙← | 0011111111100110110101011010000111100111 | 3fe6d5a1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)