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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霈ネ昞サウ | 111010001011110011001000111110101101001111110000100011111011101110110011 | e8bcc8fad3f08fbbb3 |
EUC-JP | 霈ネ昞?サウ | 111100001011111010001110110010001000111111000010101000010011111110001110101110111000111010110011 | f0be8ec88fc2a13f8ebb8eb3 |
UTF-8 | 霈ネ昞サウ | 111010011001110010001000111011111011111010001000111001101001100010011110111011101000000110001110111011111011110110111011111011111011110110110011 | e99c88efbe88e6989eee818eefbdbbefbdb3 |
UHC | ??昞??? | 00111111001111111101110010110101001111110011111100111111 | 3f3fdcb53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)