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 | ûEªQ] | 1111101101000101101010100101000101011101 | fb45aa515d |
SJIS-WIN | ?E?Q] | 0011111101000101001111110101000101011101 | 3f453f515d |
EUC-JP | ûEªQ] | 100011111010101111100101010001011000111110100010111011000101000101011101 | 8fabe5458fa2ec515d |
UTF-8 | ûEªQ] | 11000011101110110100010111000010101010100101000101011101 | c3bb45c2aa515d |
UHC | ?EªQ] | 001111110100010110101000101000110101000101011101 | 3f45a8a3515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)