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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 韃簣鯀韃簣鯀^ | 11101000111001011110001011001101111010011011111111101000111001011110001011001101111010011011111101011110 | e8e5e2cde9bfe8e5e2cde9bf5e |
EUC-JP | 韃簣鯀韃簣鯀^ | 11110000111001111110010011001111111100101100000111110000111001111110010011001111111100101100000101011110 | f0e7e4cff2c1f0e7e4cff2c15e |
UTF-8 | 韃簣鯀韃簣鯀^ | 11101001100111111000001111100111101100001010001111101001101011111000000011101001100111111000001111100111101100001010001111101001101011111000000001011110 | e99f83e7b0a3e9af80e99f83e7b0a3e9af805e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)