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 | bZàéB | 10001011011000101000110101011010111000001110100101000010 | 8b628d5ae0e942 |
SJIS-WIN | ?b?Z??B | 00111111011000100011111101011010001111110011111101000010 | 3f623f5a3f3f42 |
EUC-JP | ?b?ZàéB | 0011111101100010001111110101101010001111101010111010001010001111101010111011000101000010 | 3f623f5a8faba28fabb142 |
UTF-8 | bZàéB | 1100001010001011011000101100001010001101010110101100001110100000110000111010100101000010 | c28b62c28d5ac3a0c3a942 |
UHC | ?b?Z??B | 00111111011000100011111101011010001111110011111101000010 | 3f623f5a3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)