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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螟暮・鷺則 | 111001011010010010010101111010011010010110001101111010111001000110100101 | e5a495e9a58deb91a5 |
EUC-JP | 螟暮・鷺則 | 11101010101001101100101011101011100011101010010110111010111011011100001010100111 | eaa6caeb8ea5baedc2a7 |
UTF-8 | 螟暮・鷺則 | 111010001001111010011111111001101001101010101110111011111011110110100101111010011011011110111010111001011000100110000111 | e89e9fe69aaeefbda5e9b7bae58987 |
UHC | 螟暮?鷺則 | 110110011010110111011001101110100011111111010110110111001111011011001110 | d9add9ba3fd6dcf6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)