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 | ?w??? | 0011111101110111001111110011111100111111 | 3f773f3f3f |
SJIS-WIN | ?w??? | 0011111101110111001111110011111100111111 | 3f773f3f3f |
EUC-JP | ?w??? | 0011111101110111001111110011111100111111 | 3f773f3f3f |
UTF-8 | 혯w혗혧챔 | 11101101100110001010111101110111111011011001100010010111111011011001100010100111111011001011000110010100 | ed98af77ed9897ed98a7ecb194 |
UHC | 혯w혗혧챔 | 110000101001011001110111110000101000001011000010100011111100001110101000 | c29677c282c28fc3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)