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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 五?顎 | 1000110011011100001111111000101001111011 | 8cdc3f8a7b |
EUC-JP | 五?顎 | 1011100011011110001111111011001111011100 | b8de3fb3dc |
UTF-8 | 五롔顎 | 111001001011101010010100111010111010000110010100111010011010000110001110 | e4ba94eba194e9a18e |
UHC | 五롔顎 | 111001111110100110001110110110001110010011001001 | e7e98ed8e4c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)