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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 迪ェ~ | 11100111100011001010101001111110 | e78caa7e |
EUC-JP | 迪ェ~ | 1110110111101100100011101010101001111110 | edec8eaa7e |
UTF-8 | 迪ェ~ | 11101000101111111010101011101111101111011010101001111110 | e8bfaaefbdaa7e |
UHC | 迪?~ | 11101110111010000011111101111110 | eee83f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)