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 | è»è¹åß | 1110100010111011100001101110100010010110101110011110010111011111 | e8bb86e896b9e5df |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | è??è??åß | 10001111101010111011001000111111001111111000111110101011101100100011111100111111100011111010101110101001100011111010100111001110 | 8fabb23f3f8fabb23f3f8faba98fa9ce |
UTF-8 | è»è¹åß | 11000011101010001100001010111011110000101000011011000011101010001100001010010110110000101011100111000011101001011100001110011111 | c3a8c2bbc286c3a8c296c2b9c3a5c39f |
UHC | ?????¹?ß | 00111111001111110011111100111111001111111010100111110110001111111010100110101100 | 3f3f3f3f3fa9f63fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)