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 | 癬旋楔蘚 | 1110000110011101100100001111100110011110101101101110010101100100 | e19d90f99eb6e564 |
EUC-JP | 癬旋楔蘚 | 1110000111111101110000001111101111011100101110001110100111000101 | e1fdc0fbdcb8e9c5 |
UTF-8 | 癬旋楔蘚 | 111001111001100110101100111001101001011110001011111001101010010110010100111010001001100010011010 | e799ace6978be6a594e8989a |
UHC | 癬旋楔蘚 | 1110000011001000111000001100000111100000110110111110000011010000 | e0c8e0c1e0dbe0d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)