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 | ⅸ磁肆ツ | 11111010010010001000111010100101111000111110011011000010 | fa488ea5e3e6c2 |
EUC-JP | ?磁肆ツ | 00111111101111001010011111100110111010001000111011000010 | 3fbca7e6e88ec2 |
UTF-8 | ⅸ磁肆ツ | 111000101000010110111000111001111010001110000001111010001000001010000110111011111011111010000010 | e285b8e7a381e88286efbe82 |
UHC | ⅸ磁肆? | 10100101101010011110110110111000110111101110101100111111 | a5a9edb8deeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)