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 | 00111111011111010110100100111111011111010110100101000010 | 3f7d693f7d6942 |
SJIS-WIN | 叩}i叩}iB | 100100100100000001111101011010011001001001000000011111010110100101000010 | 92407d6992407d6942 |
EUC-JP | 叩}i叩}iB | 110000111010000101111101011010011100001110100001011111010110100101000010 | c3a17d69c3a17d6942 |
UTF-8 | 叩}i叩}iB | 1110010110001111101010010111110101101001111001011000111110101001011111010110100101000010 | e58fa97d69e58fa97d6942 |
UHC | 叩}i叩}iB | 110011011011000001111101011010011100110110110000011111010110100101000010 | cdb07d69cdb07d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)