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 | ???A@h | 001111110011111100111111010000010100000001101000 | 3f3f3f414068 |
SJIS-WIN | 箋頑或A@h | 111000101011001110001010111001101000100010111101010000010100000001101000 | e2b38ae688bd414068 |
EUC-JP | 箋頑或A@h | 111001001011010110110100111010001011000010111111010000010100000001101000 | e4b5b4e8b0bf414068 |
UTF-8 | 箋頑或A@h | 111001111010111010001011111010011010000010010001111001101000100010010110010000010100000001101000 | e7ae8be9a091e68896414068 |
UHC | 箋頑或A@h | 111011111010100011101000110101111111101111100100010000010100000001101000 | efa8e8d7fbe4414068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)