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 | 逋語ソィ | 111001111001100110001100111010101011111110101000 | e7998ceabfa8 |
EUC-JP | 逋語ソィ | 1110110111111001101110001110110010001110101111111000111010101000 | edf9b8ec8ebf8ea8 |
UTF-8 | 逋語ソィ | 111010011000000010001011111010001010101010011110111011111011110110111111111011111011110110101000 | e9808be8aa9eefbdbfefbda8 |
UHC | 逋語?? | 111110001110011111100101110111100011111100111111 | f8e7e5de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)