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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陞ょ、・ム | 11101000100111101000001011100101101001001010010111010001 | e89e82e5a4a5d1 |
EUC-JP | 陞ょ、・ム | 11101111111111101010010011100111100011101010010010001110101001011000111011010001 | effea4e78ea48ea58ed1 |
UTF-8 | 陞ょ、・ム | 111010011001100110011110111000111000001010000111111011111011110110100100111011111011110110100101111011111011111010010001 | e9999ee38287efbda4efbda5efbe91 |
UHC | 陞ょ??? | 11100011101100111010101011100111001111110011111100111111 | e3b3aae73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)