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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 奚?毫?B | 10011010111101100011111110011111011111000011111101000010 | 9af63f9f7c3f42 |
EUC-JP | 奚?毫?B | 11010100111110000011111111011101110111010011111101000010 | d4f83fdddd3f42 |
UTF-8 | 奚렪毫렜B | 11100101101001011001101011101011101000001010101011100110101011111010101111101011101000001001110001000010 | e5a59aeba0aae6afabeba09c42 |
UHC | 奚렪毫렜B | 111110101010100010001110101110001111101111000110100011101010111001000010 | faa88eb8fbc68eae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)