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 | ú® | 100100101000011011111010101011101000110010010010 | 9286faae8c92 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??ú®?? | 00111111001111111000111110101011111000101000111110100010111011100011111100111111 | 3f3f8fabe28fa2ee3f3f |
UTF-8 | ú® | 110000101001001011000010100001101100001110111010110000101010111011000010100011001100001010010010 | c292c286c3bac2aec28cc292 |
UHC | ???®?? | 00111111001111110011111110100010111001110011111100111111 | 3f3f3fa2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)