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 | °¦Ñ»\ | 1011000010100110110100011011101101011100 | b0a6d1bb5c |
SJIS-WIN | °???\ | 100000011000101100111111001111110011111101011100 | 818b3f3f3f5c |
EUC-JP | °¦Ñ?\ | 10100001111010111000111110100010110000111000111110101010110100000011111101011100 | a1eb8fa2c38faad03f5c |
UTF-8 | °¦Ñ»\ | 110000101011000011000010101001101100001110010001110000101011101101011100 | c2b0c2a6c391c2bb5c |
UHC | °???\ | 101000011100011000111111001111110011111101011100 | a1c63f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)