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 | ?????v | 001111110011111100111111001111110011111101110110 | 3f3f3f3f3f76 |
SJIS-WIN | 裹俄存碪ィv | 11100101111001011000100111100010100100011011011011100001111100101010100001110110 | e5e589e291b6e1f2a876 |
EUC-JP | 裹俄存碪ィv | 1110101011100111101100101110010011000010101110001110001011110100100011101010100001110110 | eae7b2e4c2b8e2f48ea876 |
UTF-8 | 裹俄存碪ィv | 11101000101000111011100111100100101111111000010011100101101011011001100011100111101000101010101011101111101111011010100001110110 | e8a3b9e4bf84e5ad98e7a2aaefbda876 |
UHC | ?俄存??v | 0011111111100100101011011111000011101101001111110011111101110110 | 3fe4adf0ed3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)