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 | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
SJIS-WIN | スロhスロh | 101111011101101101101000101111011101101101101000 | bddb68bddb68 |
EUC-JP | スロhスロh | 10001110101111011000111011011011011010001000111010111101100011101101101101101000 | 8ebd8edb688ebd8edb68 |
UTF-8 | スロhスロh | 1110111110111101101111011110111110111110100110110110100011101111101111011011110111101111101111101001101101101000 | efbdbdefbe9b68efbdbdefbe9b68 |
UHC | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)