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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 損袖 | 10010001101110011001000110110011 | 91b991b3 |
EUC-JP | 損袖 | 11000010101110111100001010110101 | c2bbc2b5 |
UTF-8 | 損袖 | 111001101001000010001101111010001010001010010110 | e6908de8a296 |
UHC | 損袖 | 11100001110111111110001011000000 | e1dfe2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)