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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ワェ裨 | 11011100101010101110010111101001 | dcaae5e9 |
EUC-JP | ワェ裨 | 100011101101110010001110101010101110101011101011 | 8edc8eaaeaeb |
UTF-8 | ワェ裨 | 111011111011111010011100111011111011110110101010111010001010001110101000 | efbe9cefbdaae8a3a8 |
UHC | ??裨 | 00111111001111111101111010100101 | 3f3fdea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)