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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 舎紗h舎 | 10001110110010011000111011010001011010001000111011001001 | 8ec98ed1688ec9 |
EUC-JP | 舎紗h舎 | 10111100110010111011110011010011011010001011110011001011 | bccbbcd368bccb |
UTF-8 | 舎紗h舎 | 11101000100010001000111011100111101101001001011101101000111010001000100010001110 | e8888ee7b49768e8888e |
UHC | ?紗h? | 0011111111011110111010010110100000111111 | 3fdee9683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)