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 | 羈怨坑茯 | 1110001110110001100010011000010110001101010000101110010010101000 | e3b189858d42e4a8 |
EUC-JP | 羈怨坑茯 | 1110011010110011101100011110010110111001101000111110100010101010 | e6b3b1e5b9a3e8aa |
UTF-8 | 羈怨坑茯 | 111001111011111010001000111001101000000010101000111001011001110110010001111010001000110010101111 | e7be88e680a8e59d91e88caf |
UHC | 羈怨坑茯 | 1101000110111100111010101011001111001011110101011101110011011010 | d1bceab3cbd5dcda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)