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 | ??G?? | 0011111100111111010001110011111100111111 | 3f3f473f3f |
SJIS-WIN | ??G?? | 0011111100111111010001110011111100111111 | 3f3f473f3f |
EUC-JP | ??G?? | 0011111100111111010001110011111100111111 | 3f3f473f3f |
UTF-8 | 稶렭G稶렚 | 11100111101010001011011011101011101000001010110101000111111001111010100010110110111010111010000010011010 | e7a8b6eba0ad47e7a8b6eba09a |
UHC | 稶렭G稶렚 | 111010011111001110001110101110100100011111101001111100111000111010101101 | e9f38eba47e9f38ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)