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 | 罹è | 111011111010011110100110111010001001001110010001 | efa7a6e89391 |
SJIS-WIN | ?§???? | 00111111100000011001100000111111001111110011111100111111 | 3f81983f3f3f3f |
EUC-JP | 罹è?? | 10001111101010111100000110100001111110001000111110100010110000111000111110101011101100100011111100111111 | 8fabc1a1f88fa2c38fabb23f3f |
UTF-8 | 罹è | 110000111010111111000010101001111100001010100110110000111010100011000010100100111100001010010001 | c3afc2a7c2a6c3a8c293c291 |
UHC | ?§???? | 00111111101000011101011100111111001111110011111100111111 | 3fa1d73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)