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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 漿疆] | 1001111111110111111000010110010001011101 | 9ff7e1645d |
EUC-JP | 漿疆] | 1101111011111001111000011100010101011101 | def9e1c55d |
UTF-8 | 漿疆] | 11100110101111001011111111100111100101101000011001011101 | e6bcbfe796865d |
UHC | 漿疆] | 1110110111101100110010111011001001011101 | edeccbb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)