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 | 宰?薔 | 1000110111001001001111111110010101001011 | 8dc93fe54b |
EUC-JP | 宰?薔 | 1011101011001011001111111110100110101100 | bacb3fe9ac |
UTF-8 | 宰렗薔 | 111001011010111010110000111010111010000010010111111010001001011010010100 | e5aeb0eba097e89694 |
UHC | 宰렗薔 | 111011101010010110001110101011001110110111111001 | eea58eacedf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)