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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螟懋サ駆化謠 | 1110010110100100100111001110101010111011100010111110110010001001101110111110011010001111 | e5a49ceabb8bec89bbe68f |
EUC-JP | 螟懋サ駆化謠 | 111010101010011011011000111011001000111010111011101101101110111010110010101111011110101111101111 | eaa6d8ec8ebbb6eeb2bdebef |
UTF-8 | 螟懋サ駆化謠 | 111010001001111010011111111001101000011110001011111011111011110110111011111010011010011110000110111001011000110010010110111010001010110010100000 | e89e9fe6878befbdbbe9a786e58c96e8aca0 |
UHC | 螟懋??化謠 | 11011001101011011101100111100101001111110011111111111011111110011110100110101010 | d9add9e53f3ffbf9e9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)