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 | ä¦æ | 1110010010010101100000111000101110000100101001101110011010000001 | e495838b84a6e681 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ä????¦æ? | 1000111110101011101000110011111100111111001111110011111110001111101000101100001110001111101010011100000100111111 | 8faba33f3f3f3f8fa2c38fa9c13f |
UTF-8 | ä¦æ | 11000011101001001100001010010101110000101000001111000010100010111100001010000100110000101010011011000011101001101100001010000001 | c3a4c295c283c28bc284c2a6c3a6c281 |
UHC | ??????æ? | 001111110011111100111111001111110011111100111111101010011010000100111111 | 3f3f3f3f3f3fa9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)