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 | 衣???勖 | 1011000011100001001111110011111100111111100011111011001111101101 | b0e13f3f3f8fb3ed |
UTF-8 | 衣쭸렪렫勖 | 111010001010000110100011111011001010110110111000111010111010000010101010111010111010000010101011111001011000101110010110 | e8a1a3ecadb8eba0aaeba0abe58b96 |
UHC | 衣쭸렪렫勖 | 11101011111111011100001011100110100011101011100010001110101110011110100111101101 | ebfdc2e68eb88eb9e9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)