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 | 阡怜ョエ | 111010001001010010010111111001011010111010110100 | e89497e5aeb4 |
EUC-JP | 阡怜ョエ | 1110111111110100110011101110011110001110101011101000111010110100 | eff4cee78eae8eb4 |
UTF-8 | 阡怜ョエ | 111010011001100010100001111001101000000010011100111011111011110110101110111011111011110110110100 | e998a1e6809cefbdaeefbdb4 |
UHC | 阡怜?? | 111101001100011011010110101110110011111100111111 | f4c6d6bb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)