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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 慴゚蘒ェ | 100111001101000011011111111110111001111110101010 | 9cd0dffb9faa |
EUC-JP | 慴゚?ェ | 11011000110100101000111011011111001111111000111010101010 | d8d28edf3f8eaa |
UTF-8 | 慴゚蘒ェ | 111001101000010110110100111011111011111010011111111011111010100010100000111011111011110110101010 | e685b4efbe9fefa8a0efbdaa |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)