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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髷∝彫髻 | 1110100110011110100000011110010110010010101001001110100110011111 | e99e81e592a4e99f |
EUC-JP | 髷∝彫髻 | 1111000111111110101000101110011111000100101001101111001010100001 | f1fea2e7c4a6f2a1 |
UTF-8 | 髷∝彫髻 | 111010011010101110110111111000101000100010011101111001011011110110101011111010011010101110111011 | e9abb7e2889de5bdabe9abbb |
UHC | ?∝彫? | 001111111010000111110000111100001100000100111111 | 3fa1f0f0c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)