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 | 1001001010000001001111110111110101101001100100101000000100111111011111010110100101000010 | 92813f7d6992813f7d6942 |
EUC-JP | 秩?}i秩?}iB | 1100001111100001001111110111110101101001110000111110000100111111011111010110100101000010 | c3e13f7d69c3e13f7d6942 |
UTF-8 | 秩섐}i秩섐}iB | 1110011110100111101010011110110010000100100100000111110101101001111001111010011110101001111011001000010010010000011111010110100101000010 | e7a7a9ec84907d69e7a7a9ec84907d6942 |
UHC | 秩섐}i秩섐}iB | 11110010111100011011110010101011011111010110100111110010111100011011110010101011011111010110100101000010 | f2f1bcab7d69f2f1bcab7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)