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 | ??W??E | 001111110011111101010111001111110011111101000101 | 3f3f573f3f45 |
SJIS-WIN | ??W??E | 001111110011111101010111001111110011111101000101 | 3f3f573f3f45 |
EUC-JP | ??W??E | 001111110011111101010111001111110011111101000101 | 3f3f573f3f45 |
UTF-8 | 횂혰W횂혝E | 1110110110011010100000101110110110011000101100000101011111101101100110101000001011101101100110001001110101000101 | ed9a82ed98b057ed9a82ed989d45 |
UHC | 횂혰W횂혝E | 11000011100000101100001010010111010101111100001110000010110000101000011101000101 | c382c29757c382c28745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)