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 | ûPØéʸûS | 1111101101010000110110001110100111001010101110001111101101010011 | fb50d8e9cab8fb53 |
SJIS-WIN | ?P?????S | 0011111101010000001111110011111100111111001111110011111101010011 | 3f503f3f3f3f3f53 |
EUC-JP | ûPØéʸûS | 1000111110101011111001010101000010001111101010011010110010001111101010111011000110001111101010101011010010001111101000101011000110001111101010111110010101010011 | 8fabe5508fa9ac8fabb18faab48fa2b18fabe553 |
UTF-8 | ûPØéʸûS | 1100001110111011010100001100001110011000110000111010100111000011100010101100001010111000110000111011101101010011 | c3bb50c398c3a9c38ac2b8c3bb53 |
UHC | ?PØ??¸?S | 00111111010100001010100010101010001111110011111110100010101011000011111101010011 | 3f50a8aa3f3fa2ac3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)