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 | 100101110110000001111101011010011001011101100000011111010110100101000010 | 97607d6997607d6942 |
EUC-JP | 輿}i輿}iB | 110011011100000101111101011010011100110111000001011111010110100101000010 | cdc17d69cdc17d6942 |
UTF-8 | 輿}i輿}iB | 1110100010111100101111110111110101101001111010001011110010111111011111010110100101000010 | e8bcbf7d69e8bcbf7d6942 |
UHC | 輿}i輿}iB | 111001101010101101111101011010011110011010101011011111010110100101000010 | e6ab7d69e6ab7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)