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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 辯滔ャ器勢^ | 11100111100001111001111111101011101011001000101011101101100100001010100001011110 | e7879febac8aed90a85e |
EUC-JP | 辯滔ャ器勢^ | 1110110111100111110111101110110110001110101011001011010011101111110000001010101001011110 | ede7deed8eacb4efc0aa5e |
UTF-8 | 辯滔ャ器勢^ | 11101000101111101010111111100110101110111001010011101111101111011010110011100101100110011010100011100101100010111010001001011110 | e8beafe6bb94efbdace599a8e58ba25e |
UHC | 辯滔?器勢^ | 11011100101010101101010010100101001111111101000011101111111000011010011101011110 | dcaad4a53fd0efe1a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)