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 | 韋匁ヲ頑燻 | 111010001110100010010110111001101010011010001010111001101110000010001110 | e8e896e6a68ae6e08e |
EUC-JP | 韋匁ヲ頑燻 | 11110000111010101100110011101000100011101010011010110100111010001101111111101110 | f0eacce88ea6b4e8dfee |
UTF-8 | 韋匁ヲ頑燻 | 111010011001111110001011111001011000110010000001111011111011110110100110111010011010000010010001111001111000011110111011 | e99f8be58c81efbda6e9a091e787bb |
UHC | 韋??頑燻 | 1110101011011111001111110011111111101000110101111111110110111000 | eadf3f3fe8d7fdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)