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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?閉 | 001111111001010111000010 | 3f95c2 |
EUC-JP | ?閉 | 001111111100101011000100 | 3fcac4 |
UTF-8 | 뤩閉 | 111010111010010010101001111010011001011010001001 | eba4a9e99689 |
UHC | 뤩閉 | 10001111110101111111100011001101 | 8fd7f8cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)