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 | è³å«äß | 1110100010110011100000011110010110101011100010011110010011011111 | e8b381e5ab89e4df |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | è??å??äß | 10001111101010111011001000111111001111111000111110101011101010010011111100111111100011111010101110100011100011111010100111001110 | 8fabb23f3f8faba93f3f8faba38fa9ce |
UTF-8 | è³å«äß | 11000011101010001100001010110011110000101000000111000011101001011100001010101011110000101000100111000011101001001100001110011111 | c3a8c2b3c281c3a5c2abc289c3a4c39f |
UHC | ?³?????ß | 00111111101010011111100000111111001111110011111100111111001111111010100110101100 | 3fa9f83f3f3f3f3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)