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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 樽俗存樽速 | 10010010010011011001000110101101100100011011011010010010010011011001000110101100 | 924d91ad91b6924d91ac |
EUC-JP | 樽俗存樽速 | 11000011101011101100001010101111110000101011100011000011101011101100001010101110 | c3aec2afc2b8c3aec2ae |
UTF-8 | 樽俗存樽速 | 111001101010100010111101111001001011111110010111111001011010110110011000111001101010100010111101111010011000000010011111 | e6a8bde4bf97e5ad98e6a8bde9809f |
UHC | 樽俗存樽速 | 11110001110111001110000111010100111100001110110111110001110111001110000111011100 | f1dce1d4f0edf1dce1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)