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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ネ鬢ッ^ | 11110001111000011100100011101001101001001010111101011110 | f1e1c8e9a4af5e |
EUC-JP | ?ネ鬢ッ^ | 0011111110001110110010001111001010100110100011101010111101011110 | 3f8ec8f2a68eaf5e |
UTF-8 | ネ鬢ッ^ | 11101110100001011001110011101111101111101000100011101001101011001010001011101111101111011010111101011110 | ee859cefbe88e9aca2efbdaf5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)