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 | 11100001111011001110100101111010011111010110100111100001111011001110100101111010011111010110100101000010 | e1ece97a7d69e1ece97a7d6942 |
EUC-JP | 碆騷}i碆騷}iB | 11100010111011101111000111011011011111010110100111100010111011101111000111011011011111010110100101000010 | e2eef1db7d69e2eef1db7d6942 |
UTF-8 | 碆騷}i碆騷}iB | 1110011110100010100001101110100110101000101101110111110101101001111001111010001010000110111010011010100010110111011111010110100101000010 | e7a286e9a8b77d69e7a286e9a8b77d6942 |
UHC | ?騷}i?騷}iB | 0011111111100001110100110111110101101001001111111110000111010011011111010110100101000010 | 3fe1d37d693fe1d37d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)