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 | 銓墓「ァ | 111001111111001010010101111001101010001010100111 | e7f295e6a2a7 |
EUC-JP | 銓墓「ァ | 1110111011110100110010101110100010001110101000101000111010100111 | eef4cae88ea28ea7 |
UTF-8 | 銓墓「ァ | 111010011000101010010011111001011010001010010011111011111011110110100010111011111011110110100111 | e98a93e5a293efbda2efbda7 |
UHC | 銓墓?? | 111011111011000011011001110101110011111100111111 | efb0d9d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)