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 | À®°Ü | 11000000101011101011000011011100 | c0aeb0dc |
SJIS-WIN | ??°? | 0011111100111111100000011000101100111111 | 3f3f818b3f |
EUC-JP | À®°Ü | 1000111110101010101000101000111110100010111011101010000111101011100011111010101011100100 | 8faaa28fa2eea1eb8faae4 |
UTF-8 | À®°Ü | 1100001110000000110000101010111011000010101100001100001110011100 | c380c2aec2b0c39c |
UHC | ?®°? | 001111111010001011100111101000011100011000111111 | 3fa2e7a1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)