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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 谷続族] | 10010010010010101001000110110001100100011011000001011101 | 924a91b191b05d |
EUC-JP | 谷続族] | 11000011101010111100001010110011110000101011001001011101 | c3abc2b3c2b25d |
UTF-8 | 谷続族] | 11101000101100001011011111100111101101101001101011100110100101111000111101011101 | e8b0b7e7b69ae6978f5d |
UHC | 谷?族] | 110011011101101100111111111100001110100101011101 | cddb3ff0e95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)