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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | シタP | 1111010010100101101111001100000001010000 | f4a5bcc050 |
EUC-JP | ?シタP | 001111111000111010111100100011101100000001010000 | 3f8ebc8ec050 |
UTF-8 | シタP | 11101110100011011001010011101111101111011011110011101111101111101000000001010000 | ee8d94efbdbcefbe8050 |
UHC | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)