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 | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
EUC-JP | ?薏i?薏iB | 0011111110001111110110011101111001101001001111111000111111011001110111100110100101000010 | 3f8fd9de693f8fd9de6942 |
UTF-8 | 뤂薏i뤂薏iB | 111010111010010010000010111010001001011010001111011010011110101110100100100000101110100010010110100011110110100101000010 | eba482e8968f69eba482e8968f6942 |
UHC | 뤂薏i뤂薏iB | 1000111110110011111010111111101101101001100011111011001111101011111110110110100101000010 | 8fb3ebfb698fb3ebfb6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)