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 | 蟯コ蠑城園 | 111001011011001010111010111001011011110010001111111010011000100110000000 | e5b2bae5bc8fe98980 |
EUC-JP | 蟯コ蠑城園 | 11101010101101001000111010111010111010101011111010111110111010111011000111100000 | eab48ebaeabebeebb1e0 |
UTF-8 | 蟯コ蠑城園 | 111010001001111110101111111011111011110110111010111010001010000010010001111001011001111110001110111001011001110010010010 | e89fafefbdbae8a091e59f8ee59c92 |
UHC | 蟯??城園 | 1110100110101000001111110011111111100000111100101110101010101110 | e9a83f3fe0f2eaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)