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 | 蜿怜ョャ | 111001011000111110010111111001011010111010101100 | e58f97e5aeac |
EUC-JP | 蜿怜ョャ | 1110100111101111110011101110011110001110101011101000111010101100 | e9efcee78eae8eac |
UTF-8 | 蜿怜ョャ | 111010001001110010111111111001101000000010011100111011111011110110101110111011111011110110101100 | e89cbfe6809cefbdaeefbdac |
UHC | ?怜?? | 0011111111010110101110110011111100111111 | 3fd6bb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)