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 | 阿??液漣 | 1000100010100010001111110011111110001001011101001001011111111000 | 88a23f3f897497f8 |
EUC-JP | 阿??液漣 | 1011000010100100001111110011111110110001110101011100111011111010 | b0a43f3fb1d5cefa |
UTF-8 | 阿뗥췃液漣 | 111010011001100010111111111010111001011110100101111011001011011110000011111001101011011010110010111001101011110010100011 | e998bfeb97a5ecb783e6b6b2e6bca3 |
UHC | 阿뗥췃液漣 | 11100100101110011000101111100101101011011001111111100100111110111101010111111110 | e4b98be5ad9fe4fbd5fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)