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 | 紙?莊?劑 | 1000111010000110001111111110010010110101001111111001100110011101 | 8e863fe4b53f999d |
EUC-JP | 紙?莊?劑 | 1011101111100110001111111110100010110111001111111101000111111101 | bbe63fe8b73fd1fd |
UTF-8 | 紙렟莊렱劑 | 111001111011010010011001111010111010000010011111111010001000111010001010111010111010000010110001111001011000101010010001 | e7b499eba09fe88e8aeba0b1e58a91 |
UHC | 紙렟莊렱劑 | 11110010101101011000111010110000111011011111011010001110101111101111000010100101 | f2b58eb0edf68ebef0a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)