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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?篩??? | 001111111110001010111111001111110011111100111111 | 3fe2bf3f3f3f |
EUC-JP | 鋌篩??沅 | 10001111111001001011101111100100110000010011111100111111100011111100011011101001 | 8fe4bbe4c13f3f8fc6e9 |
UTF-8 | 鋌篩렭렏沅 | 111010011000101110001100111001111010111110101001111010111010000010101101111010111010000010001111111001101011001010000101 | e98b8ce7afa9eba0adeba08fe6b285 |
UHC | 鋌篩렭렏沅 | 11101111111110111101111011101000100011101011101010001110101001011110101010110110 | effbdee88eba8ea5eab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)