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 | テ静慊・ | 110000111001000011000011100111001100001010100101 | c390c39cc2a5 |
EUC-JP | テ静慊・ | 1000111011000011110000001100010111011000110001001000111010100101 | 8ec3c0c5d8c48ea5 |
UTF-8 | テ静慊・ | 111011111011111010000011111010011001110110011001111001101000010110001010111011111011110110100101 | efbe83e99d99e6858aefbda5 |
UHC | ??慊? | 0011111100111111110011001100001100111111 | 3f3fccc33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)