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 | 絛碁す貉 | 1110001101010101100011001110100110000010101101111110011010111001 | e3558ce982b7e6b9 |
EUC-JP | 絛碁す貉 | 1110010110110110101110001110101110100100101110011110110010111011 | e5b6b8eba4b9ecbb |
UTF-8 | 絛碁す貉 | 111001111011010110011011111001111010001010000001111000111000000110011001111010001011001010001001 | e7b59be7a281e38199e8b289 |
UHC | ?碁す? | 001111111101000110110011101010101011100100111111 | 3fd1b3aab93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)