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 | ¢¢B | 100100011010001010010001100011101001000110100010100100011000111001000010 | 91a2918e91a2918e42 |
SJIS-WIN | ?¢???¢??B | 0011111110000001100100010011111100111111001111111000000110010001001111110011111101000010 | 3f81913f3f3f81913f3f42 |
EUC-JP | ?¢???¢??B | 0011111110100001111100010011111100111111001111111010000111110001001111110011111101000010 | 3fa1f13f3f3fa1f13f3f42 |
UTF-8 | ¢¢B | 1100001010010001110000101010001011000010100100011100001010001110110000101001000111000010101000101100001010010001110000101000111001000010 | c291c2a2c291c28ec291c2a2c291c28e42 |
UHC | ????????B | 001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)