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 | âó´÷ | 1000111111100010111100111011010011110111 | 8fe2f3b4f7 |
SJIS-WIN | ???´÷ | 00111111001111110011111110000001010011001000000110000000 | 3f3f3f814c8180 |
EUC-JP | ?âó´÷ | 0011111110001111101010111010010010001111101010111101000110100001101011011010000111100000 | 3f8faba48fabd1a1ada1e0 |
UTF-8 | âó´÷ | 11000010100011111100001110100010110000111011001111000010101101001100001110110111 | c28fc3a2c3b3c2b4c3b7 |
UHC | ???´÷ | 00111111001111110011111110100010101001011010000111000000 | 3f3f3fa2a5a1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)