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 | ??}i??}iB | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
SJIS-WIN | 軸}i軸}iB | 11110000101001111000111010110010011111010110100111110000101001111000111010110010011111010110100101000010 | f0a78eb27d69f0a78eb27d6942 |
EUC-JP | ?軸}i?軸}iB | 0011111110111100101101000111110101101001001111111011110010110100011111010110100101000010 | 3fbcb47d693fbcb47d6942 |
UTF-8 | 軸}i軸}iB | 1110111010000001101001101110100010111011101110000111110101101001111011101000000110100110111010001011101110111000011111010110100101000010 | ee81a6e8bbb87d69ee81a6e8bbb87d6942 |
UHC | ?軸}i?軸}iB | 0011111111110101111011100111110101101001001111111111010111101110011111010110100101000010 | 3ff5ee7d693ff5ee7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)