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 | 100100100100010110010001101100011001001001000101100100011011000101000010 | 924591b1924591b142 |
EUC-JP | 脱続脱続B | 110000111010011011000010101100111100001110100110110000101011001101000010 | c3a6c2b3c3a6c2b342 |
UTF-8 | 脱続脱続B | 11101000100001001011000111100111101101101001101011101000100001001011000111100111101101101001101001000010 | e884b1e7b69ae884b1e7b69a42 |
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)