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 | ??^D^ | 0011111100111111010111100100010001011110 | 3f3f5e445e |
SJIS-WIN | ??^D^ | 0011111100111111010111100100010001011110 | 3f3f5e445e |
EUC-JP | ??^D^ | 0011111100111111010111100100010001011110 | 3f3f5e445e |
UTF-8 | 亐렕^D^ | 111001001011101010010000111010111010000010010101010111100100010001011110 | e4ba90eba0955e445e |
UHC | 亐렕^D^ | 11101010101001111000111010101010010111100100010001011110 | eaa78eaa5e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)