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 | 爲シセ戝 | 111000001010100010111100101111101110011011000001 | e0a8bcbee6c1 |
EUC-JP | 爲シセ戝 | 1110000010101010100011101011110010001110101111101110110011000011 | e0aa8ebc8ebeecc3 |
UTF-8 | 爲シセ戝 | 111001111000100010110010111011111011110110111100111011111011110110111110111001101000100010011101 | e788b2efbdbcefbdbee6889d |
UHC | 爲??? | 1110101011010011001111110011111100111111 | ead33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)