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 | 紆葛∋^ | 11100010111111001000101010001011100000011011100101011110 | e2fc8a8b81b95e |
EUC-JP | 紆葛∋^ | 11100100111111101011001111101011101000101011101101011110 | e4feb3eba2bb5e |
UTF-8 | 紆葛∋^ | 11100111101101001000011011101000100100011001101111100010100010001000101101011110 | e7b486e8919be2888b5e |
UHC | 紆葛∋^ | 11101001111000011100101011100111101000011111010101011110 | e9e1cae7a1f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)