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 | ?潟黍 | 0011111110001010100000111000101101101111 | 3f8a838b6f |
EUC-JP | 璹潟黍 | 10001111110011001110011110110011111000111011010111010000 | 8fcce7b3e3b5d0 |
UTF-8 | 璹潟黍 | 111001111001001010111001111001101011110110011111111010011011101110001101 | e792b9e6bd9fe9bb8d |
UHC | 璹潟黍 | 111000101101101111100000101100111110000010101000 | e2dbe0b3e0a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)