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 | 奪^~ | 1110010110100101101010100101111001111110 | e5a5aa5e7e |
SJIS-WIN | ?¥?^~ | 001111111000000110001111001111110101111001111110 | 3f818f3f5e7e |
EUC-JP | å?ª^~ | 100011111010101110101001001111111000111110100010111011000101111001111110 | 8faba93f8fa2ec5e7e |
UTF-8 | 奪^~ | 1100001110100101110000101010010111000010101010100101111001111110 | c3a5c2a5c2aa5e7e |
UHC | ??ª^~ | 001111110011111110101000101000110101111001111110 | 3f3fa8a35e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)