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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 饔?ʼn? | 1000111111101000111011110011111110001111101010011100101000111111 | 8fe8ef3f8fa9ca3f |
UTF-8 | 饔낅ʼn杻 | 1110100110100101100101001110101110000010100001011100010110001001111011111010011110001000 | e9a594eb8285c589efa788 |
UHC | 饔낅ʼn杻 | 1110100010111101100001011110101110101001101100001110101011110100 | e8bd85eba9b0eaf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)