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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遲ョ繧九◇ | 111001111010110110101110111000111000001010001011111000111000000110011110 | e7adaee3828be3819e |
EUC-JP | 遲ョ繧九◇ | 11101110101011111000111010101110111001011110001010110110111001011010000111111110 | eeaf8eaee5e2b6e5a1fe |
UTF-8 | 遲ョ繧九◇ | 111010011000000110110010111011111011110110101110111001111011100110100111111001001011100110011101111000101001011110000111 | e981b2efbdaee7b9a7e4b99de29787 |
UHC | 遲??九◇ | 1111001011000000001111110011111111001110111110101010000111011110 | f2c03f3fcefaa1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)