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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | ?拱E | 00111111100111010110100101000101 | 3f9d6945 |
EUC-JP | 伈拱E | 100011111011000011010101110110011100101001000101 | 8fb0d5d9ca45 |
UTF-8 | 伈拱E | 11100100101111001000100011100110100010111011000101000101 | e4bc88e68bb145 |
UHC | ?拱E | 00111111110011011111001001000101 | 3fcdf245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)