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 | 社射汐 | 100011101101000010001110110010111000111010101100 | 8ed08ecb8eac |
EUC-JP | 社射汐 | 101111001101001010111100110011011011110010101110 | bcd2bccdbcae |
UTF-8 | 社射汐 | 111001111010010010111110111001011011000010000100111001101011000110010000 | e7a4bee5b084e6b190 |
UHC | 社射汐 | 110111101110010011011110110100101110000010110001 | dee4ded2e0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)