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 | 10001111011110101001110010100110100011111000010001000010 | 8f7a9ca68f8442 |
EUC-JP | 循惡巡B | 10111101110110111101100010101000101111011110010001000010 | bddbd8a8bde442 |
UTF-8 | 循惡巡B | 11100101101111101010101011100110100000111010000111100101101101111010000101000010 | e5beaae683a1e5b7a142 |
UHC | 循惡巡B | 11100010111000001110010011000010111000101101111001000010 | e2e0e4c2e2de42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)