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 | 壹名 | 10011010111000111001011010111100 | 9ae396bc |
EUC-JP | 壹名 | 11010100111001011100110010111110 | d4e5ccbe |
UTF-8 | 壹名 | 111001011010001110111001111001011001000010001101 | e5a3b9e5908d |
UHC | 壹名 | 11101100111011001101100110100011 | ececd9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)