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 | ã½íIä | 1110001110111101100010111110110110001111010010011110010010011101 | e3bd8bed8f49e49d |
SJIS-WIN | ?????I?? | 0011111100111111001111110011111100111111010010010011111100111111 | 3f3f3f3f3f493f3f |
EUC-JP | ã??í?Iä? | 1000111110101011101010100011111100111111100011111010101110111111001111110100100110001111101010111010001100111111 | 8fabaa3f3f8fabbf3f498faba33f |
UTF-8 | ã½íIä | 110000111010001111000010101111011100001010001011110000111010110111000010100011110100100111000011101001001100001010011101 | c3a3c2bdc28bc3adc28f49c3a4c29d |
UHC | ?½???I?? | 001111111010100011110110001111110011111100111111010010010011111100111111 | 3fa8f63f3f3f493f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)