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 | 鈺ч┫節?? | 11111011110001001000010010001001100001001011001010010000110111110011111100111111 | fbc4848984b290df3f3f |
EUC-JP | 鈺ч┫節?? | 1000111111100011110101011010011111101001101010001011010011000000111000010011111100111111 | 8fe3d5a7e9a8b4c0e13f3f |
UTF-8 | 鈺ч┫節㏆쉽 | 1110100110001000101110101101000110000111111000101001010010101011111001111010111110000000111000111000111110000110111011001000100110111101 | e988bad187e294abe7af80e38f86ec89bd |
UHC | 鈺ч┫節㏆쉽 | 111010001010110110101100111010011010011010110100111011111011110110100111111011111011110110110001 | e8adace9a6b4efbda7efbdb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)