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 | 鬱臀∈^ | 10011111010101001110010001011100100000011011100001011110 | 9f54e45c81b85e |
EUC-JP | 鬱臀∈^ | 11011101101101011110011110111101101000101011101001011110 | ddb5e7bda2ba5e |
UTF-8 | 鬱臀∈^ | 11101001101011001011000111101000100001111000000011100010100010001000100001011110 | e9acb1e88780e288885e |
UHC | 鬱臀∈^ | 11101010101001101101010011101011101000011111010001011110 | eaa6d4eba1f45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)