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 | 豺\ | 11101000101100011011101001011100 | e8b1ba5c |
SJIS-WIN | ?±?\ | 0011111110000001011111010011111101011100 | 3f817d3f5c |
EUC-JP | 豺\ | 100011111010101110110010101000011101111010001111101000101110101101011100 | 8fabb2a1de8fa2eb5c |
UTF-8 | 豺\ | 11000011101010001100001010110001110000101011101001011100 | c3a8c2b1c2ba5c |
UHC | ?±º\ | 001111111010000110111110101010001010110001011100 | 3fa1bea8ac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)