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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 脱箪速SB | 1001001001000101100100100101110010010001101011000101001101000010 | 9245925c91ac5342 |
EUC-JP | 脱箪速SB | 1100001110100110110000111011110111000010101011100101001101000010 | c3a6c3bdc2ae5342 |
UTF-8 | 脱箪速SB | 1110100010000100101100011110011110101110101010101110100110000000100111110101001101000010 | e884b1e7aeaae9809f5342 |
UHC | ??速SB | 001111110011111111100001110111000101001101000010 | 3f3fe1dc5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)