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 | 111010011001111010110100011010011110100110011110101101000110100101000010 | e99eb469e99eb46942 |
EUC-JP | 髷エi髷エiB | 1111000111111110100011101011010001101001111100011111111010001110101101000110100101000010 | f1fe8eb469f1fe8eb46942 |
UTF-8 | 髷エi髷エiB | 111010011010101110110111111011111011110110110100011010011110100110101011101101111110111110111101101101000110100101000010 | e9abb7efbdb469e9abb7efbdb46942 |
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)