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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ェ釤ス | 111110011010111010101010111110111011111110111101 | f9aeaafbbfbd |
EUC-JP | ?ェ釤ス | 0011111110001110101010101000111111100011101010101000111010111101 | 3f8eaa8fe3aa8ebd |
UTF-8 | ェ釤ス | 111011101001110010001001111011111011110110101010111010011000011110100100111011111011110110111101 | ee9c89efbdaae987a4efbdbd |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)