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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 倏倏籘B | 111000001100010111110010111100001110000011000101111000101101101001000010 | e0c5f2f0e0c5e2da42 |
EUC-JP | 倏?倏籘B | 1110000011000111001111111110000011000111111001001101110001000010 | e0c73fe0c7e4dc42 |
UTF-8 | 倏倏籘B | 11100101100000001000111111101110100010001010011111100101100000001000111111100111101100011001100001000010 | e5808fee88a7e5808fe7b19842 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)