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 | 驪ソ蠑城☆ | 111010011000101110111111111001011011110010001111111010011000000110011001 | e98bbfe5bc8fe98199 |
EUC-JP | 驪ソ蠑城☆ | 11110001111010111000111010111111111010101011111010111110111010111010000111111001 | f1eb8ebfeabebeeba1f9 |
UTF-8 | 驪ソ蠑城☆ | 111010011010100110101010111011111011110110111111111010001010000010010001111001011001111110001110111000101001100010000110 | e9a9aaefbdbfe8a091e59f8ee29886 |
UHC | 驪??城☆ | 1101010111110001001111110011111111100000111100101010000111011001 | d5f13f3fe0f2a1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)