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 | ç±è¨^ | 11100111100011111011000111101000101010001010110101011110 | e78fb1e8a8ad5e |
SJIS-WIN | ??±?¨?^ | 001111110011111110000001011111010011111110000001010011100011111101011110 | 3f3f817d3f814e3f5e |
EUC-JP | ��^ | 10001111101010111010111000111111101000011101111010001111101010111011001010100001101011110011111101011110 | 8fabae3fa1de8fabb2a1af3f5e |
UTF-8 | ç±è¨^ | 11000011101001111100001010001111110000101011000111000011101010001100001010101000110000101010110101011110 | c3a7c28fc2b1c3a8c2a8c2ad5e |
UHC | ??±?¨^ | 00111111001111111010000110111110001111111010000110100111101000011010100101011110 | 3f3fa1be3fa1a7a1a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)