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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ネ謗ケホシ | 11110001111100001100100011100110100011101011100111001110111100011000111010111100 | f1f0c8e68eb9cef18ebc |
EUC-JP | ?ネ謗ケホ?シ | 001111111000111011001000111010111110111010001110101110011000111011001110001111111000111010111100 | 3f8ec8ebee8eb98ece3f8ebc |
UTF-8 | ネ謗ケホシ | 111011101000010110101011111011111011111010001000111010001010110010010111111011111011110110111001111011111011111010001110111011101000010010001001111011111011110110111100 | ee85abefbe88e8ac97efbdb9efbe8eee8489efbdbc |
UHC | ??謗???? | 0011111100111111110110111011111100111111001111110011111100111111 | 3f3fdbbf3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)