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 | ûM£iûM£iB | 111110110100110110100011011010011111101101001101101000110110100101000010 | fb4da369fb4da36942 |
SJIS-WIN | ?M£i?M£iB | 0011111101001101100000011001001001101001001111110100110110000001100100100110100101000010 | 3f4d8192693f4d81926942 |
EUC-JP | ûM£iûM£iB | 100011111010101111100101010011011010000111110010011010011000111110101011111001010100110110100001111100100110100101000010 | 8fabe54da1f2698fabe54da1f26942 |
UTF-8 | ûM£iûM£iB | 11000011101110110100110111000010101000110110100111000011101110110100110111000010101000110110100101000010 | c3bb4dc2a369c3bb4dc2a36942 |
UHC | ?M?i?M?iB | 001111110100110100111111011010010011111101001101001111110110100101000010 | 3f4d3f693f4d3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)