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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髯懶ス」驍 | 1110100110011001100111001110111110111101101000111110100110000010 | e9999cefbda3e982 |
EUC-JP | 髯懶ス」驍 | 11110001111110011101100011110001100011101011110110001110101000111111000111100010 | f1f9d8f18ebd8ea3f1e2 |
UTF-8 | 髯懶ス」驍 | 111010011010101110101111111001101000011110110110111011111011110110111101111011111011110110100011111010011010100110001101 | e9abafe687b6efbdbdefbda3e9a98d |
UHC | ?懶??驍 | 00111111110101001111101100111111001111111111110110100100 | 3fd4fb3f3ffda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)