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 | 001111111001000111100011011010010011111110010001111000110110100101000010 | 3f91e3693f91e36942 |
EUC-JP | ?代i?代iB | 001111111100001011100101011010010011111111000010111001010110100101000010 | 3fc2e5693fc2e56942 |
UTF-8 | 뤵代i뤵代iB | 111010111010010010110101111001001011101110100011011010011110101110100100101101011110010010111011101000110110100101000010 | eba4b5e4bba369eba4b5e4bba36942 |
UHC | 뤵代i뤵代iB | 1000111111100011110100111101101101101001100011111110001111010011110110110110100101000010 | 8fe3d3db698fe3d3db6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)