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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 箏簔矣h | 11100010101101011111011011100010111100001110101111100010110000011110000111100001111101101110001001101000 | e2b5f6e2f0ebe2c1e1e1f6e268 |
EUC-JP | 箏??簔矣?h | 11100100101101110011111100111111111001001100001111100010111000110011111101101000 | e4b73f3fe4c3e2e33f68 |
UTF-8 | 箏簔矣h | 11100111101011101000111111101110100101001000100111101110100000101010101011100111101100001001010011100111100111111010001111101110100101001000100101101000 | e7ae8fee9489ee82aae7b094e79fa3ee948968 |
UHC | 箏???矣?h | 111011101011010000111111001111110011111111101011111110000011111101101000 | eeb43f3f3febf83f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)