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 | ɱϻ | 1000111111001001101100011100111110111011 | 8fc9b1cfbb |
SJIS-WIN | ??±?? | 001111110011111110000001011111010011111100111111 | 3f3f817d3f3f |
EUC-JP | ?ɱÏ? | 00111111100011111010101010110001101000011101111010001111101010101100000100111111 | 3f8faab1a1de8faac13f |
UTF-8 | ɱϻ | 11000010100011111100001110001001110000101011000111000011100011111100001010111011 | c28fc389c2b1c38fc2bb |
UHC | ??±?? | 001111110011111110100001101111100011111100111111 | 3f3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)