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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 霑「蝣、逑ヲB | 11101000101111111010001011100101101000001010010011100111100100111010011001000010 | e8bfa2e5a0a4e793a642 |
EUC-JP | 霑「蝣、逑ヲB | 11110000110000011000111010100010111010101010001010001110101001001110110111110011100011101010011001000010 | f0c18ea2eaa28ea4edf38ea642 |
UTF-8 | 霑「蝣、逑ヲB | 11101001100111001001000111101111101111011010001011101000100111011010001111101111101111011010010011101001100000001001000111101111101111011010011001000010 | e99c91efbda2e89da3efbda4e98091efbda642 |
UHC | 霑???逑?B | 111011111100010100111111001111110011111111001111110001110011111101000010 | efc53f3f3fcfc73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)