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 | 讌泌小 | 111001101010010110010100111001011000111110101100 | e6a594e58fac |
EUC-JP | 讌泌小 | 111011001010011111001000111001111011111010101110 | eca7c8e7beae |
UTF-8 | 讌泌小 | 111010001010111010001100111001101011001110001100111001011011000010001111 | e8ae8ce6b38ce5b08f |
UHC | ?泌小 | 0011111111111001101100101110000110110011 | 3ff9b2e1b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)