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 | ????P^ | 001111110011111100111111001111110101000001011110 | 3f3f3f3f505e |
SJIS-WIN | 絶???P^ | 10010000111000100011111100111111001111110101000001011110 | 90e23f3f3f505e |
EUC-JP | 絶???P^ | 11000000111001000011111100111111001111110101000001011110 | c0e43f3f3f505e |
UTF-8 | 絶꺨댐숲P^ | 1110011110110101101101101110101010111010101010001110101110001100100100001110110010001000101100100101000001011110 | e7b5b6eabaa8eb8c90ec88b2505e |
UHC | 絶꺨댐숲P^ | 11101111101111101000001111001110101101001110111110111101101000110101000001011110 | efbe83ceb4efbda3505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)