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 | ?走 | 001111111001000110010110 | 3f9196 |
EUC-JP | 珩走 | 1000111111001011111101111100000111110110 | 8fcbf7c1f6 |
UTF-8 | 珩走 | 111001111000111110101001111010001011010110110000 | e78fa9e8b5b0 |
UHC | 珩走 | 11111011101010001111000111001011 | fba8f1cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)