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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | スロiスロiB | 10111101110110110110100110111101110110110110100101000010 | bddb69bddb6942 |
EUC-JP | スロiスロiB | 1000111010111101100011101101101101101001100011101011110110001110110110110110100101000010 | 8ebd8edb698ebd8edb6942 |
UTF-8 | スロiスロiB | 111011111011110110111101111011111011111010011011011010011110111110111101101111011110111110111110100110110110100101000010 | efbdbdefbe9b69efbdbdefbe9b6942 |
UHC | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)