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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 竅溺溺溺 | 1110001010000001100100110100110110010011010011011001001101001101 | e281934d934d934d |
EUC-JP | 竅溺溺溺 | 1110001111100001110001011010111011000101101011101100010110101110 | e3e1c5aec5aec5ae |
UTF-8 | 竅溺溺溺 | 111001111010101110000101111001101011101010111010111001101011101010111010111001101011101010111010 | e7ab85e6babae6babae6baba |
UHC | 竅溺溺溺 | 1101000010101011110100101111110011010010111111001101001011111100 | d0abd2fcd2fcd2fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)