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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 牆?跏??\ | 1110000010101101001111111110011011100110001111110011111101011100 | e0ad3fe6e63f3f5c |
EUC-JP | 牆?跏??\ | 1110000010101111001111111110110011101000001111110011111101011100 | e0af3fece83f3f5c |
UTF-8 | 牆쿡跏롊렎\ | 11100111100010011000011011101100101111111010000111101000101101111000111111101011101000011000101011101011101000001000111001011100 | e78986ecbfa1e8b78feba18aeba08e5c |
UHC | 牆쿡跏롊렎\ | 1110110111101101110001001110111011001010101110101000111011010000100011101010010001011100 | ededc4eecaba8ed08ea45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)