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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 悛私憑^ | 10011100101000001000111010000100100111001101111101011110 | 9ca08e849cdf5e |
EUC-JP | 悛私憑^ | 11011000101000101011101111100100110110001110000101011110 | d8a2bbe4d8e15e |
UTF-8 | 悛私憑^ | 11100110100000101001101111100111101001111000000111100110100001101001000101011110 | e6829be7a781e686915e |
UHC | 悛私憑^ | 11101110111110011101111011100111110111101011101101011110 | eef9dee7debb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)