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 | 眞棊欷 | 111000011100000110011110100101111001111101010111 | e1c19e979f57 |
EUC-JP | 眞棊欷 | 111000101100001111011011111101111101110110111000 | e2c3dbf7ddb8 |
UTF-8 | 眞棊欷 | 111001111001110010011110111001101010001110001010111001101010110010110111 | e79c9ee6a38ae6acb7 |
UHC | 眞?? | 11110010110110000011111100111111 | f2d83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)