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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 谷其村^ | 10010010010010101001000110110100100100011011101001011110 | 924a91b491ba5e |
EUC-JP | 谷其村^ | 11000011101010111100001010110110110000101011110001011110 | c3abc2b6c2bc5e |
UTF-8 | 谷其村^ | 11101000101100001011011111100101100001011011011011100110100111011001000101011110 | e8b0b7e585b6e69d915e |
UHC | 谷其村^ | 11001101110110111101000011101100111101011011110101011110 | cddbd0ecf5bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)