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 | 璽汐 | 1111001010110110100011101010001111110000101111001000111010101100 | f2b68ea3f0bc8eac |
EUC-JP | ?璽?汐 | 001111111011110010100101001111111011110010101110 | 3fbca53fbcae |
UTF-8 | 璽汐 | 111011101000011110101101111001111001001010111101111011101000000110111011111001101011000110010000 | ee87ade792bdee81bbe6b190 |
UHC | ?璽?汐 | 001111111101111111011110001111111110000010110001 | 3fdfde3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)