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 | 漬肆?? | 100100101101000011100011111001100011111100111111 | 92d0e3e63f3f |
EUC-JP | 漬肆?駙 | 1100010011010010111001101110100000111111100011111110100110101001 | c4d2e6e83f8fe9a9 |
UTF-8 | 漬肆렜駙 | 111001101011110010101100111010001000001010000110111010111010000010011100111010011010011110011001 | e6bcace88286eba09ce9a799 |
UHC | 漬肆렜駙 | 1111001010110000110111101110101110001110101011101101110110111111 | f2b0deeb8eaeddbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)