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 | èèíä | 1001000111101000111010001110110110000010100010011110010010001111 | 91e8e8ed8289e48f |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?èèí??ä? | 00111111100011111010101110110010100011111010101110110010100011111010101110111111001111110011111110001111101010111010001100111111 | 3f8fabb28fabb28fabbf3f3f8faba33f |
UTF-8 | èèíä | 11000010100100011100001110101000110000111010100011000011101011011100001010000010110000101000100111000011101001001100001010001111 | c291c3a8c3a8c3adc282c289c3a4c28f |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)