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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??紙? | 0011111100111111100011101000011000111111 | 3f3f8e863f |
EUC-JP | ??紙? | 0011111100111111101110111110011000111111 | 3f3fbbe63f |
UTF-8 | 降렒紙렖 | 111011111010100010001001111010111010000010010010111001111011010010011001111010111010000010010110 | efa889eba092e7b499eba096 |
UHC | 降렒紙렖 | 1111101010100010100011101010011111110010101101011000111010101011 | faa28ea7f2b58eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)