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????F | 00111111010000100011111100111111001111110011111101000110 | 3f423f3f3f3f46 |
SJIS-WIN | 短B贈脱孫多F | 100100100101101001000010100100011010000110010010010001011001000110110111100100011011110101000110 | 925a4291a1924591b791bd46 |
EUC-JP | 短B贈脱孫多F | 110000111011101101000010110000101010001111000011101001101100001010111001110000101011111101000110 | c3bb42c2a3c3a6c2b9c2bf46 |
UTF-8 | 短B贈脱孫多F | 1110011110011111101011010100001011101000101101001000100011101000100001001011000111100101101011011010101111100101101001001001101001000110 | e79fad42e8b488e884b1e5adabe5a49a46 |
UHC | 短B贈?孫多F | 1101001110101101010000101111000111111100001111111110000111011101110100101111110101000110 | d3ad42f1fc3fe1ddd2fd46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)