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 | ¼¤Áô | 1011110010100100100011111100000111110100 | bca48fc1f4 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?¤?Áô | 0011111110001111101000101111000000111111100011111010101010100001100011111010101111010100 | 3f8fa2f03f8faaa18fabd4 |
UTF-8 | ¼¤Áô | 11000010101111001100001010100100110000101000111111000011100000011100001110110100 | c2bcc2a4c28fc381c3b4 |
UHC | ¼¤??? | 10101000111110011010001010110100001111110011111100111111 | a8f9a2b43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)