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 | 紆ъ | 11100010111111001000010010001100 | e2fc848c |
EUC-JP | 紆ъ | 11100100111111101010011111101100 | e4fea7ec |
UTF-8 | 紆ъ | 1110011110110100100001101101000110001010 | e7b486d18a |
UHC | 紆ъ | 11101001111000011010110011101100 | e9e1acec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)