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 | 111010001111110010110100011010011110100011111100101101000110100101000010 | e8fcb469e8fcb46942 |
EUC-JP | 顰エi顰エiB | 1111000011111110100011101011010001101001111100001111111010001110101101000110100101000010 | f0fe8eb469f0fe8eb46942 |
UTF-8 | 顰エi顰エiB | 111010011010000110110000111011111011110110110100011010011110100110100001101100001110111110111101101101000110100101000010 | e9a1b0efbdb469e9a1b0efbdb46942 |
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)