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 | ??V | 001111110011111101010110 | 3f3f56 |
SJIS-WIN | 猾粲V | 1110000011001111111000101110101001010110 | e0cfe2ea56 |
EUC-JP | 猾粲V | 1110000011010001111001001110110001010110 | e0d1e4ec56 |
UTF-8 | 猾粲V | 11100111100011001011111011100111101100101011001001010110 | e78cbee7b2b256 |
UHC | 猾粲V | 1111110011000010111100111100010001010110 | fcc2f3c456 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)