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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瑰稠祚 | 111000001111000111100010011001101110001001001110 | e0f1e266e24e |
EUC-JP | 瑰稠祚 | 111000001111001111100011110001111110001110101111 | e0f3e3c7e3af |
UTF-8 | 瑰稠祚 | 111001111001000110110000111001111010100010100000111001111010010110011010 | e791b0e7a8a0e7a59a |
UHC | ?稠祚 | 0011111111110000110101101111000011010100 | 3ff0d6f0d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)