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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蛟冶ィェ | 111001011000000010010110111010001010100010101010 | e58096e8a8aa |
EUC-JP | 蛟冶ィェ | 1110100111100000110011001110101010001110101010001000111010101010 | e9e0ccea8ea88eaa |
UTF-8 | 蛟冶ィェ | 111010001001101110011111111001011000011010110110111011111011110110101000111011111011110110101010 | e89b9fe586b6efbda8efbdaa |
UHC | 蛟冶?? | 110011101111000111100101101001110011111100111111 | cef1e5a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)