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 | ä¹âì¸ | 1110010010111001100111111110001010000110100100011110110010111000 | e4b99fe28691ecb8 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ä??â??ì¸ | 10001111101010111010001100111111001111111000111110101011101001000011111100111111100011111010101111000000100011111010001010110001 | 8faba33f3f8faba43f3f8fabc08fa2b1 |
UTF-8 | ä¹âì¸ | 11000011101001001100001010111001110000101001111111000011101000101100001010000110110000101001000111000011101011001100001010111000 | c3a4c2b9c29fc3a2c286c291c3acc2b8 |
UHC | ?¹?????¸ | 00111111101010011111011000111111001111110011111100111111001111111010001010101100 | 3fa9f63f3f3f3f3fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)