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 | å²ç£^vB | 111001011000000110110010111001111010001110000001010111100111011001000010 | e581b2e7a3815e7642 |
SJIS-WIN | ????£?^vB | 00111111001111110011111100111111100000011001001000111111010111100111011001000010 | 3f3f3f3f81923f5e7642 |
EUC-JP | å??ç£?^vB | 1000111110101011101010010011111100111111100011111010101110101110101000011111001000111111010111100111011001000010 | 8faba93f3f8fabaea1f23f5e7642 |
UTF-8 | å²ç£^vB | 110000111010010111000010100000011100001010110010110000111010011111000010101000111100001010000001010111100111011001000010 | c3a5c281c2b2c3a7c2a3c2815e7642 |
UHC | ??²???^vB | 00111111001111111010100111110111001111110011111100111111010111100111011001000010 | 3f3fa9f73f3f3f5e7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)