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 | 鬮ソ諢手逋蠑 | 1110100110101011101111111110011010000100100011101110100011100111100110011110010110111100 | e9abbfe6848ee8e799e5bc |
EUC-JP | 鬮ソ諢手逋蠑 | 111100101010110110001110101111111110101111100100101111001110101011101101111110011110101010111110 | f2ad8ebfebe4bceaedf9eabe |
UTF-8 | 鬮ソ諢手逋蠑 | 111010011010110010101110111011111011110110111111111010001010101110100010111001101000100110001011111010011000000010001011111010001010000010010001 | e9acaeefbdbfe8aba2e6898be9808be8a091 |
UHC | ???手逋? | 0011111100111111001111111110001010100010111110001110011100111111 | 3f3f3fe2a2f8e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)