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 | 銓墓シ比 | 11100111111100101001010111100110101111001001010011100100 | e7f295e6bc94e4 |
EUC-JP | 銓墓シ比 | 1110111011110100110010101110100010001110101111001100100011100110 | eef4cae88ebcc8e6 |
UTF-8 | 銓墓シ比 | 111010011000101010010011111001011010001010010011111011111011110110111100111001101010111110010100 | e98a93e5a293efbdbce6af94 |
UHC | 銓墓?比 | 11101111101100001101100111010111001111111101110111101111 | efb0d9d73fddef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)