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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鶯??義щ? | 111010011111001000111111001111111000101101100000100001001000101100111111 | e9f23f3f8b60848b3f |
EUC-JP | 鶯??義щ? | 111100101111010000111111001111111011010111000001101001111110101100111111 | f2f43f3fb5c1a7eb3f |
UTF-8 | 鶯뺠븥義щㅂ | 1110100110110110101011111110101110111010101000001110101110111000101001011110011110111110101010011101000110001001111000111000010110000010 | e9b6afebbaa0ebb8a5e7bea9d189e38582 |
UHC | 鶯뺠븥義щㅂ | 111001011010001110010101111010001001010110001110111010111111100110101100111010111010010010110010 | e5a395e8958eebf9aceba4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)