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 | ?L}?L{^ | 00111111010011000111110100111111010011000111101101011110 | 3f4c7d3f4c7b5e |
SJIS-WIN | 甦L}甦L{^ | 111000010101001101001100011111011110000101010011010011000111101101011110 | e1534c7de1534c7b5e |
EUC-JP | 甦L}甦L{^ | 111000011011010001001100011111011110000110110100010011000111101101011110 | e1b44c7de1b44c7b5e |
UTF-8 | 甦L}甦L{^ | 1110011110010100101001100100110001111101111001111001010010100110010011000111101101011110 | e794a64c7de794a64c7b5e |
UHC | 甦L}甦L{^ | 111000011100000101001100011111011110000111000001010011000111101101011110 | e1c14c7de1c14c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)