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 | 箋碁す貉 | 1110001010110011100011001110100110000010101101111110011010111001 | e2b38ce982b7e6b9 |
EUC-JP | 箋碁す貉 | 1110010010110101101110001110101110100100101110011110110010111011 | e4b5b8eba4b9ecbb |
UTF-8 | 箋碁す貉 | 111001111010111010001011111001111010001010000001111000111000000110011001111010001011001010001001 | e7ae8be7a281e38199e8b289 |
UHC | 箋碁す? | 11101111101010001101000110110011101010101011100100111111 | efa8d1b3aab93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)