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 | ï§²è | 1110111110100111101100101110100010001110 | efa7b2e88e |
SJIS-WIN | ?§??? | 001111111000000110011000001111110011111100111111 | 3f81983f3f3f |
EUC-JP | ï§?è? | 10001111101010111100000110100001111110000011111110001111101010111011001000111111 | 8fabc1a1f83f8fabb23f |
UTF-8 | ï§²è | 11000011101011111100001010100111110000101011001011000011101010001100001010001110 | c3afc2a7c2b2c3a8c28e |
UHC | ?§²?? | 00111111101000011101011110101001111101110011111100111111 | 3fa1d7a9f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)