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 | 嵬h? | 1001101111001010100000101000100000111111 | 9bca82883f |
EUC-JP | 嵬h? | 1101011011001100101000111110100000111111 | d6cca3e83f |
UTF-8 | 嵬h뮓 | 111001011011010110101100111011111011110110001000111010111010111010010011 | e5b5acefbd88ebae93 |
UHC | 嵬h뮓 | 111010001110001110100011111010001001001010011111 | e8e3a3e8929f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)