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 | 咤?\ | 10011010010000100011111101011100 | 9a423f5c |
EUC-JP | 咤?\ | 11010011101000110011111101011100 | d3a33f5c |
UTF-8 | 咤頀\ | 11100101100100101010010011101001101000001000000001011100 | e592a4e9a0805c |
UHC | 咤頀\ | 1111011011100011111110111110000101011100 | f6e3fbe15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)