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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 縞爵嫉捨 | 1000111011001000100011101101110110001110101110011000111011001100 | 8ec88edd8eb98ecc |
EUC-JP | 縞爵嫉捨 | 1011110011001010101111001101111110111100101110111011110011001110 | bccabcdfbcbbbcce |
UTF-8 | 縞爵嫉捨 | 111001111011100010011110111001111000100010110101111001011010101110001001111001101000110110101000 | e7b89ee788b5e5ab89e68da8 |
UHC | 縞爵嫉捨 | 1111101111010110111011011100100111110010111011001101111011010111 | fbd6edc9f2ecded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)