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 | 粲瑰齋 | 111000101110101011100000111100011110001001010110 | e2eae0f1e256 |
EUC-JP | 粲瑰齋 | 111001001110110011100000111100111110001110110111 | e4ece0f3e3b7 |
UTF-8 | 粲瑰齋 | 111001111011001010110010111001111001000110110000111010011011110110001011 | e7b2b2e791b0e9bd8b |
UHC | 粲?齋 | 1111001111000100001111111110111010110001 | f3c43feeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)