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 | 1110101110111110100100010111110101101001111010111011111010010001011111010110100101000010 | ebbe917d69ebbe917d6942 |
SJIS-WIN | ???}i???}iB | 0011111100111111001111110111110101101001001111110011111100111111011111010110100101000010 | 3f3f3f7d693f3f3f7d6942 |
EUC-JP | ë??}ië??}iB | 100011111010101110110011001111110011111101111101011010011000111110101011101100110011111100111111011111010110100101000010 | 8fabb33f3f7d698fabb33f3f7d6942 |
UTF-8 | ë¾}ië¾}iB | 1100001110101011110000101011111011000010100100010111110101101001110000111010101111000010101111101100001010010001011111010110100101000010 | c3abc2bec2917d69c3abc2bec2917d6942 |
UHC | ?¾?}i?¾?}iB | 00111111101010001111101000111111011111010110100100111111101010001111101000111111011111010110100101000010 | 3fa8fa3f7d693fa8fa3f7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)