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 | ?????¤ | 001111110011111100111111001111110011111110100100 | 3f3f3f3f3fa4 |
SJIS-WIN | 要????? | 10010111011101100011111100111111001111110011111100111111 | 97763f3f3f3f3f |
EUC-JP | 要????¤ | 110011011101011100111111001111110011111100111111100011111010001011110000 | cdd73f3f3f3f8fa2f0 |
UTF-8 | 要쏉숱溫볢¤ | 1110100010100110100000011110110010001111100010011110110010001000101100011110011010111010101010111110101110110011101000101100001010100100 | e8a681ec8f89ec88b1e6baabebb3a2c2a4 |
UHC | 要쏉숱溫볢¤ | 111010011010100110011011111011111011110110100010111010001010111010010011111010001010001010110100 | e9a99befbda2e8ae93e8a2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)