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 | シュ | 111100001111010010111100101011011111001011111000 | f0f4bcadf2f8 |
EUC-JP | ?シュ? | 001111111000111010111100100011101010110100111111 | 3f8ebc8ead3f |
UTF-8 | シュ | 111011101000001010110011111011111011110110111100111011111011110110101101111011101000100010101111 | ee82b3efbdbcefbdadee88af |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)