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 | 懈傭\ | 1001110011100110100101110110001001011100 | 9ce697625c |
EUC-JP | 懈傭\ | 1101100011101000110011011100001101011100 | d8e8cdc35c |
UTF-8 | 懈傭\ | 11100110100001111000100011100101100000101010110101011100 | e68788e582ad5c |
UHC | 懈傭\ | 1111101010101011111010011011011001011100 | faabe9b65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)