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 | ?E??? | 0011111101000101001111110011111100111111 | 3f453f3f3f |
SJIS-WIN | 短E属竪損 | 100100100101101001000101100100011010111010010010010001111001000110111001 | 925a4591ae924791b9 |
EUC-JP | 短E属竪損 | 110000111011101101000101110000101011000011000011101010001100001010111011 | c3bb45c2b0c3a8c2bb |
UTF-8 | 短E属竪損 | 11100111100111111010110101000101111001011011000110011110111001111010101110101010111001101001000010001101 | e79fad45e5b19ee7abaae6908d |
UHC | 短E?竪損 | 1101001110101101010001010011111111100010101101011110000111011111 | d3ad453fe2b5e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)