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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 魘牙諸B | 11101001101101001000100111100101100011111001010001000010 | e9b489e58f9442 |
EUC-JP | 魘牙諸B | 11110010101101101011001011100111101111011111010001000010 | f2b6b2e7bdf442 |
UTF-8 | 魘牙諸B | 11101001101011011001100011100111100010011001100111101000101010111011100001000010 | e9ad98e78999e8abb842 |
UHC | ?牙諸B | 001111111110010010110011111100001011001101000010 | 3fe4b3f0b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)