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 | ?讒巐弥乂 | 001111111110011010100111111110101011011010010110111011011001100010100111 | 3fe6a7fab696ed98a7 |
EUC-JP | 巋讒巐弥乂 | 100011111011101111111000111011001010100110001111101110111111100111001100111011111101000010101001 | 8fbbf8eca98fbbf9ccefd0a9 |
UTF-8 | 巋讒巐弥乂 | 111001011011011110001011111010001010111010010010111001011011011110010000111001011011110010100101111001001011100110000010 | e5b78be8ae92e5b790e5bca5e4b982 |
UHC | ?讒??乂 | 00111111111100111101100000111111001111111110011111010001 | 3ff3d83f3fe7d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)