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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 咤獏\ | 1001101001000010111000001101000101011100 | 9a42e0d15c |
EUC-JP | 咤獏\ | 1101001110100011111000001101001101011100 | d3a3e0d35c |
UTF-8 | 咤獏\ | 11100101100100101010010011100111100011011000111101011100 | e592a4e78d8f5c |
UHC | 咤?\ | 11110110111000110011111101011100 | f6e33f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)