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 | 谷袖贈^ | 10010010010010101001000110110011100100011010000101011110 | 924a91b391a15e |
EUC-JP | 谷袖贈^ | 11000011101010111100001010110101110000101010001101011110 | c3abc2b5c2a35e |
UTF-8 | 谷袖贈^ | 11101000101100001011011111101000101000101001011011101000101101001000100001011110 | e8b0b7e8a296e8b4885e |
UHC | 谷袖贈^ | 11001101110110111110001011000000111100011111110001011110 | cddbe2c0f1fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)