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ä¼ | 1110001110111101100010111110110110001111010010011110010010111100 | e3bd8bed8f49e4bc |
SJIS-WIN | ?????I?? | 0011111100111111001111110011111100111111010010010011111100111111 | 3f3f3f3f3f493f3f |
EUC-JP | ã??í?Iä? | 1000111110101011101010100011111100111111100011111010101110111111001111110100100110001111101010111010001100111111 | 8fabaa3f3f8fabbf3f498faba33f |
UTF-8 | ã½íIä¼ | 110000111010001111000010101111011100001010001011110000111010110111000010100011110100100111000011101001001100001010111100 | c3a3c2bdc28bc3adc28f49c3a4c2bc |
UHC | ?½???I?¼ | 00111111101010001111011000111111001111110011111101001001001111111010100011111001 | 3fa8f63f3f3f493fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)