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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髱る詐 | 111010011001110110000010111010011000110110111100 | e99d82e98dbc |
EUC-JP | 髱る詐 | 111100011111110110100100111010111011101010111110 | f1fda4ebbabe |
UTF-8 | 髱る詐 | 111010011010101110110001111000111000001010001011111010001010100110010000 | e9abb1e3828be8a990 |
UHC | ?る詐 | 0011111110101010111010111101111011110001 | 3faaebdef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)