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 | ??w?? | 0011111100111111011101110011111100111111 | 3f3f773f3f |
SJIS-WIN | 嶸エw嶸ッ | 11111010101101001011010001110111111110101011010010101111 | fab4b477fab4af |
EUC-JP | 嶸エw嶸ッ | 1000111110111011111101001000111010110100011101111000111110111011111101001000111010101111 | 8fbbf48eb4778fbbf48eaf |
UTF-8 | 嶸エw嶸ッ | 11100101101101101011100011101111101111011011010001110111111001011011011010111000111011111011110110101111 | e5b6b8efbdb477e5b6b8efbdaf |
UHC | 嶸?w嶸? | 11100111101011100011111101110111111001111010111000111111 | e7ae3f77e7ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)