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 | 衣???? | 100010001101111100111111001111110011111100111111 | 88df3f3f3f3f |
EUC-JP | 衣???橒 | 1011000011100001001111110011111100111111100011111100010110101101 | b0e13f3f3f8fc5ad |
UTF-8 | 衣쭸렪렫橒 | 111010001010000110100011111011001010110110111000111010111010000010101010111010111010000010101011111001101010100110010010 | e8a1a3ecadb8eba0aaeba0abe6a992 |
UHC | 衣쭸렪렫橒 | 11101011111111011100001011100110100011101011100010001110101110011110100111111000 | ebfdc2e68eb88eb9e9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)