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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | ?奫 | 00111111100011111011100011111101 | 3f8fb8fd |
UTF-8 | 隣奫 | 111011111010011110110001111001011010010110101011 | efa7b1e5a5ab |
UHC | 隣奫 | 11101100111001001110101111000100 | ece4ebc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)